I have an OU structure for computers that looks like this:
Workstations
|-- Building
| |-- Floor, Department, or Approximate Location
...
I want to create a child OU called "3 North" in that building's OU, but I am getting the following error:
Windows cannot create the object 3 North because:
An attempt was made to add an object to the directory with a name that is already in use.
First of all, the OU name shouldn't matter; you can have multiple containers with the same name in AD as long they appear in different parts of the tree, but secondly, the only other "3 North" that exists is an email distribution list in an entirely different container.
Why is this error happening, and how can I get around it?