Skip to content

Instantly share code, notes, and snippets.

@techbunny
Last active April 5, 2018 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techbunny/28272f062ff5ed3e273a03be9fcea954 to your computer and use it in GitHub Desktop.
Save techbunny/28272f062ff5ed3e273a03be9fcea954 to your computer and use it in GitHub Desktop.
workerNonADscript
net localgroup administrators /add win.local\workeradmin
net localgroup "Remote Desktop Users" /add win.local\workeradmin
net localgroup "Remote Desktop Users" /add win.local\winadmin
Enable-WindowsOptionalFeature -FeatureName ActiveDirectory-Powershell -online -all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment