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.
Copy_Home_Files_To_Onedrive.bat
Allows users to safely copy all of the files on their HOME network share into the Documents folder on their OneDrive. User must be on a Hopkins network / VPN to do the copy.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.