Bulk Group Membership Addition
This script adds multiple users to an Active Directory group based on a list of usernames in a text file (usernames.txt).
• Update $groupName with the name of the group you want to add users to, and change the path of usernames.txt.
• Explanation: This script reads usernames from a file and adds each one to the specified AD group.
Last updated