Cannot import OUs & Users with Powershell ; Object not Found error?
right, point in "path" column must existing parent ou. file needs read:
name,path,description
newou1,"ou=existingou1,dc=contoso,dc=com","description goes here"
newou2,"ou=anotherexistingou,dc=contoso,dc=com","other description"
to create "ou=newou1,ou=existingou1,dc=contoso,dc=com" , "ou=newou2,ou=anotherexistingou,dc=contoso,dc=com"
the path column error occurring, because it's trying find "ou=newou1,ou=existingou1,dc=contoso,dc=com" trying create.
Windows Server > Windows PowerShell
Comments
Post a Comment