To clone and work in this repo, you'll need Git installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/USS-IT/ScriptLibrary.git
# Go into the repository
$ cd ScriptLibrary
# Make sure you create your own branch and get to work!
# You'll need to make a pull request for any changes to be pushed to production.
Click on the arrow by the script name to see brief documentation and usage notes.
Export-ADUsersToCSV.ps1
Output the members of a group to CSV file or show it in a pop-up. This includes nested members.Find-ADEmailInfo.ps1
Search for accounts with primary mail and aliases using given wildcard *, showing information about any associated mail management (OLGroups) found.For example, *communications*
will show accounts with the word "communications" included in their primary or alias email addresses.