Create child OU's with CSVDE
Hi there,
I need to create a number of sub OU's in active directory underneath one existing OU.
I've created the first (top-level) OU via CSVDE but I'm having trouble working out how to create the child OU's
This is the CSV file I used to create the initial OU...
DN,instanceType,distinguishedName,objectCategory,o bjectClass,ou,name
"OU=department,DC=school,DC=local",4,"OU=departmen t,DC=school,DC=local","CN=Organizational-Unit,CN=Schema,CN=Configuration,DC=school,DC=local ",organizationalUnit,department,department
So - underneath department I'd like to create a bunch of other OU's, I want to use CSVDE really.
Anyone??
TIA