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 a4f52d2025
Add extra }
2024-04-12 21:03:48 +10:00
AutoOUADCreator.ps1 Add extra } 2024-04-12 21:03:48 +10:00
OUList.csv Create OUList.csv 2024-04-12 20:08:00 +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.