diff --git a/AutoUserAndOUCreator.ps1 b/AutoUserADCreator.ps1 similarity index 93% rename from AutoUserAndOUCreator.ps1 rename to AutoUserADCreator.ps1 index 355fe52..91fcb29 100644 --- a/AutoUserAndOUCreator.ps1 +++ b/AutoUserADCreator.ps1 @@ -2,6 +2,7 @@ # Contact: rayyan.hodges@studytafensw.edu.au, mohammad.olime1@tafensw.edu.au # Program Name: AutoUserAndOUCreator # Purpose of script: Create a batch set of user's within an existing OU using a CSV file containing a list of predetermined users and OU's. +# Other Notes: My job is to create simple checks to avoid issues such as duplicate users. # Import required PowerShell modules import-module ActiveDirectory