Last active
June 21, 2018 18:26
-
-
Save zackn9ne/dc9a38c54dd544d4639ecd10cd131219 to your computer and use it in GitHub Desktop.
ps add user to group
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add-ADGroupMember -Identity "$Group" -Member $Acn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment