When I go to remove:
CN=
*****,CN=Partitions,CN=Configuration,DC=*****,DC=com using adsiedit.exe I am getting "The requested domain could not be deleted because there exist domain controllers that still host this domain". When I use ldp.exe I get "Error: Delete: Unwilling To Perform. <53>".
Some background information:
I just started with this company and decided to clean up the ADS. We currently have 3 domains (VPN/Network, Exchange and Orphan) running on 3 different servers. The VPN/Network and Orphan are on DC 1 and DC 2 and Exchange is on DC 3. The orphan domain was created when our Exchange server crashed and the admin before me decided to install exchange into a Child Domain. Due to the problem that caused the first crash (Exchange logs for the Domain were never archived, so they grow to large and Exchange decided it did not like it, services stopped and would not come up) the Server on the Child Domain would also not start. So the server was wiped and reinstalled on it own (Current) domain. The DC was never demoted so the Domain stuck around. The DC is gone so I can not try to “gracefully” remove the domain. Here is what I have tried with not luck:
Tried using ntdsutil:
C:\Documents and Settings\Administrator>ntdsutil
Ntdsutil: metadata cleanup
metadata cleanup: connections
server connections: connect to server *****
Binding to ***** ...
Connected to ***** using credentials of locally logged on user
server connections: quit
metadata cleanup: select operation target
select operation target: list domains
Found 2 domain(s)
0 - DC=*****,DC=com
1 - DC=*****,DC=*****,DC=com
select operation target: select domain 1
No current site
Domain - DC=*****,DC=*****,DC=com
No current server
No current Naming Context
select operation target: quit
metadata cleanup: remove selected domain
DsRemoveDsDomainW error 0x2162(The requested domain could not be deleted because
there exist domain controllers that still host this domain.)
metadata cleanup: quit
Ntdsutil: quit
Disconnecting from ***** ...
C:\Documents and Settings\Administrator>
Reading forums and Microsoft’s TechNet i found:
http://support.microsoft.com/default.as ... -us;235416
Following it I deleted 2 out of the 3 listed references in the ADD:
DC=Domain Name,DC=com,CN=Users > CN=Domain Name$
DC=Domain Name,DC=com,CN=System > CN=Domain Name.root.com (trustedDomain)
I failed on the 3rd:
CN=Configuration,Domain Name,DC=com,CN=Partitions > CN=Domain Name
I manually searched through every key in the DB looking for any mention of this orphan domain. I could not find anything. I also searched using ldp for (CN=*DOMAIN NAME*), I only found the one reference list above that I can not delete.
I am at a loose on what else can be done. Any help would be greatly appreciated!