Skip to content

Instantly share code, notes, and snippets.

@zackn9ne
Last active June 21, 2018 18:26
Show Gist options
  • Save zackn9ne/dc9a38c54dd544d4639ecd10cd131219 to your computer and use it in GitHub Desktop.
Save zackn9ne/dc9a38c54dd544d4639ecd10cd131219 to your computer and use it in GitHub Desktop.
ps add user to group
Add-ADGroupMember -Identity "$Group" -Member $Acn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment