Published: Jan 07, 2009
How can I delete a failed Domain Controller object from Active Directory?
When you try to remove a domain controller from your Active Directory domain by using Dcpromo.exe and fail, or when you began to promote a member server to be a Domain Controller and failed (the reasons for your failure are not important for the scope of this article), you will be left with remains of the DCs object in the Active Directory. As part of a successful demotion process, the Dcpromo wizard removes the configuration data for the domain controller from Active Directory, but as noted above, a failed Dcpromo attempt might leave these objects in place.
The effects of leaving such remains inside the Active Directory may vary, but one thing is sure: Whenever you’ll try to re-install the server with the same computername and try to promote it to become a Domain Controller, you will fail because the Dcpromo process will still find the old object and therefore will refuse to re-create the objects for the new-old server.
In the event that the NTDS Settings object is not removed correctly you can use the Ntdsutil.exe utility to manually remove the NTDS Settings object.
If you give the new domain controller the same name as the failed computer, then you need perform only the first procedure to clean up metadata, which removes the NTDS Settings object of the failed domain controller. If you will give the new domain controller a different name, then you need to perform all three procedures: clean up metadata, remove the failed server object from the site, and remove the computer object from the domain controllers container.
You will need the following tool: Ntdsutil.exe, Active Directory Sites and Services, Active Directory Users and Computers.
Also, make sure that you use an account that is a member of the Enterprise Admins universal group.
Caution: Using the Ntdsutil utility incorrectly may result in partial or complete loss of Active Directory functionality.
To clean up metadata
C:\WINDOWS>ntdsutilntdsutil:
ntdsutil: metadata cleanupmetadata cleanup:
metadata cleanup: connectionsserver connections:
server connections: connect to server server100Binding to server100 ...Connected to server100 using credentials of locally logged on user.server connections:
Note: Windows Server 2003 Service Pack 1 eliminates the need for the above step.
server connections: qmetadata cleanup:
metadata cleanup: Select operation targetselect operation target:
select operation target: list domainsFound 1 domain(s)0 - DC=dpetri,DC=netselect operation target:
select operation target: Select domain 0No current siteDomain - DC=dpetri,DC=netNo current serverNo current Naming Contextselect operation target:
select operation target: List sitesFound 1 site(s)0 - CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=dpetri,DC=netselect operation target:
select operation target: Select site 0Site - CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=dpetri,DC=netDomain - DC=dpetri,DC=netNo current serverNo current Naming Contextselect operation target:
select operation target: List servers in siteFound 2 server(s)0 - CN=SERVER200,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=dpetri,DC=net1 - CN=SERVER100,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=dpetri,DC=netselect operation target:
select operation target: Select server 0Site - CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=dpetri,DC=netDomain - DC=dpetri,DC=netServer - CN=SERVER200,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=dpetri,DC=net DSA object - CN=NTDS Settings,CN=SERVER200,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=dpetri,DC=net DNS host name - server200.dpetri.net Computer object - CN=SERVER200,OU=Domain Controllers,DC=dpetri,DC=netNo current Naming Contextselect operation target:
select operation target: qmetadata cleanup:
You will receive a warning message. Read it, and if you agree, press Yes.
metadata cleanup: Remove selected server"CN=SERVER200,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=dpetri,DC=net" removed from server "server100"metadata cleanup:
At this point, Active Directory confirms that the domain controller was removed successfully. If you receive an error that the object could not be found, Active Directory might have already removed from the domain controller.
To remove the failed server object from the sites
To remove the failed server object from the domain controllers container
To remove the failed server object from DNS
Other considerations
Also, consider the following:
Delete extinct server metadata; Windows Server 2003, Enterprise Edition
How to remove data in Active Directory after an unsuccessful domain controller demotion – 216498