Simple Microsoft PowerShell script I had to make as part of my General Diploma in I.T at TAFE NSW that batch creates OU's within an existing Active Directory Forest.
Go to file
Ray cd0bd6fafc
Update OUList.csv
2024-04-12 22:13:45 +10:00
AutoOUADCreator.ps1 IT ALIVE 2024-04-12 22:13:08 +10:00
OUList.csv Update OUList.csv 2024-04-12 22:13:45 +10:00
README.md Create README.md 2024-04-12 19:59:26 +10:00

README.md

AutoOUADCreator

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

I was initially going to create one script which not only does this but ALSO creates user's with the OU's but found it was not possible to do so.

An example CSV file has been provided for reference.