From 32dbff084a4218dd41ce128c18b4aca0a67ba5cd Mon Sep 17 00:00:00 2001 From: reiyua Date: Fri, 12 Apr 2024 19:24:16 +1000 Subject: [PATCH] Change ProgramName on line 3 --- AutoUserADCreator.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoUserADCreator.ps1 b/AutoUserADCreator.ps1 index 0eb945c..bb73b87 100644 --- a/AutoUserADCreator.ps1 +++ b/AutoUserADCreator.ps1 @@ -1,6 +1,6 @@ # Copyright 2024 Rayyan Hodges, M Salim Olime, TAFE NSW, AlphaDelta # Contact: rayyan.hodges@studytafensw.edu.au, mohammad.olime1@tafensw.edu.au -# Program Name: AutoUserAndOUCreator +# Program Name: AutoUserADCreator # 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. # Other Notes: Credit is given for parts I have contributed to the script.