I have covered this topic in a previous post, but in that occasion I only explained how to add one or more users to a single group. Sometimes you have different requirements, and it could be useful to be able to add one or more users to one or more groups with the same script. […]
Add several users to an AD group with PowerShell
If you use the Active Directory Module for PowerShell, we’re going to review a couple of simple applications of the ADGroupMember cmdlet. This article will work for you if you need to add one or several users to the same AD group. Using Add-ADGroupMember cmdlet To start using this cmdlet, you can copy and paste […]