From d8b1199a33daf2468138023058fcca1cff506a4e Mon Sep 17 00:00:00 2001 From: reiyua Date: Fri, 12 Apr 2024 19:14:34 +1000 Subject: [PATCH] Update AutoUserADCreator.ps1 --- AutoUserADCreator.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/AutoUserADCreator.ps1 b/AutoUserADCreator.ps1 index ea27072..0eb945c 100644 --- a/AutoUserADCreator.ps1 +++ b/AutoUserADCreator.ps1 @@ -3,6 +3,7 @@ # 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. +# Other Notes: Credit is given for parts I have contributed to the script. # Import required PowerShell modules import-module ActiveDirectory