From 86ebd85b1bad59e65b5b49d5e13cd7509357ba05 Mon Sep 17 00:00:00 2001 From: reiyua Date: Fri, 12 Apr 2024 18:49:20 +1000 Subject: [PATCH] Update and rename AutoUserAndOUCreator.ps1 to AutoUserADCreator.ps1 --- AutoUserAndOUCreator.ps1 => AutoUserADCreator.ps1 | 1 + 1 file changed, 1 insertion(+) rename AutoUserAndOUCreator.ps1 => AutoUserADCreator.ps1 (93%) 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