Simple Microsoft PowerShell script which automatically creates users in existing OU's within an Active Directory forest. I had to make as part of my General Diploma in I.T at TAFE NSW.
Go to file
Ray 244e328729
Update UserList.csv
2024-04-13 00:28:53 +10:00
AutoUserADCreator.ps1 Working code 2024-04-13 00:28:14 +10:00
README.md Update README.md 2024-04-12 18:52:08 +10:00
UserList.csv Update UserList.csv 2024-04-13 00:28:53 +10:00

README.md

AutoUserADCreator

Simple Microsoft PowerShell script I had to make as part of my General Diploma in I.T at TAFE NSW that batch creates users within existing OU's as part of an Active Directory Domain Forest.

My job was to modify this code to include simple checks to prevent issues such as duplicate users.

An example CSV file has been provided for reference.