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 7d3a819add Remove extra } 2024-04-12 20:40:55 +10:00
AutoOUADCreator.ps1 Remove extra } 2024-04-12 20:40:55 +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.