Nothing Special   »   [go: up one dir, main page]

Skip to content
View seyerj's full-sized avatar

Block or report seyerj

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
seyerj/README.md
 _    _      _                           
| |  | |    | |                          
| |  | | ___| | ___ ___  _ __ ___   ___  
| |/\| |/ _ \ |/ __/ _ \| '_ ` _ \ / _ \ 
\  /\  /  __/ | (_| (_) | | | | | |  __/ 
 \/  \/ \___|_|\___\___/|_| |_| |_|\___| 

Hello, I am Josh

Ops and infrastructure by day, crypto and blockchain hobbyst by night

Github: https://github.com/seyerj
Gists: https://gist.github.com/seyerj

Current projects

  • Server/security automation
  • Powershell https://github.com/seyerj?tab=repositories
  • Infrastructure/server/node management
  • Virtualization: VMware and virtualbox
  • Microsoft365
  • Deployment automation: Windows Deployment Services/Microsoft Deployment Toolkit

Current hobby projects

Pinned Loading

  1. Disabled SMBv1 because it is a secur... Disabled SMBv1 because it is a security risk.
    1
    @echo off
    2
    : set logging
    3
    set LOGFILE=SMB1Protocol-settings-deploy.log
    4
    call :LOG > %LOGFILE%
    5
    exit /B
  2. Remote Powershell Session with diffe... Remote Powershell Session with different credentials prompted
    1
    enter-pssession $computername -credential (get-credential)
  3. truncates target file (/opt/librenms... truncates target file (/opt/librenms/logs/librenms.log) to last 500 lines
    1
    echo "$(tail -n 500 /opt/librenms/logs/librenms.log)" > /opt/librenms/logs/librenms.log
  4. FreshJosh FreshJosh Public

    Tools for installing on a fresh install via Chocolaty

    PowerShell

  5. Pwsh-Shortcut-Chrome Pwsh-Shortcut-Chrome Public

    Make a public desktop shortcut that opens in chrome

    PowerShell 1