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 f1d4f15ef1
Remove redundant CSV file check code
2024-04-12 21:05:56 +10:00
AutoOUADCreator.ps1 Remove redundant CSV file check code 2024-04-12 21:05:56 +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.