Powershell Command to ADD users to AD group
- Today we will see how to add Active Directory users to Active directory group.
- To add users to AD group use "ADD-ADGroupMember" command.
Ex: To add 2 users Mark and Kathy to the Security group "WebAdmins" Group
ADD-ADGroupMember WebAdmins Mark,Kathy
No comments:
Post a Comment