Skip to content

Instantly share code, notes, and snippets.

@realchrisolin
Created February 18, 2025 18:53
Show Gist options
  • Save realchrisolin/d882c97179fd6ba409fb2e9970e0fb10 to your computer and use it in GitHub Desktop.
Save realchrisolin/d882c97179fd6ba409fb2e9970e0fb10 to your computer and use it in GitHub Desktop.
Powershell / CMD Sysadmin Cheatsheet of Awesome
Set-LocalUser -Name "$user" -Password (ConvertTo-SecureString "examplepassword123" -AsPlainText -Force)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment