Skip to content

Instantly share code, notes, and snippets.

@simstems
Created July 21, 2025 13:16
Show Gist options
  • Save simstems/4ff71c7289d90eadb3968fd6ff6306e0 to your computer and use it in GitHub Desktop.
Save simstems/4ff71c7289d90eadb3968fd6ff6306e0 to your computer and use it in GitHub Desktop.
Add user ad local administrator
Add-LocalGroupMember -Group "Administrators" -Member "DomainName\UserName"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment