Hi all,
We get our "mailing list" exports from our student database which is basically a CSV of student username and AD Group (Global Distribution). This export is between 7-8,000 lines (7,764 looking at the current export). I am looking for a way to script the creation of these groups and adding the users to these groups. The groups do change over time, so I usually delete all groups, recreate the latest groups and then add them in. This is done via multiple methods but ideally I want it all in one snazzy script - guessing PowerShell.
- Not every user is a member of every group.
- Create the group if it doesn't exist (Global Distribution).
- Set a Description of the group.
- Set an Email Address for the group.
My PS knowledge is very basic, so all the help that is on offer is greatly appreciated.
Cheers