Yesterday I demoted a domain controller, removed it from the domain and shut it down. My new Primary Domain Controller is up and running just fine (along with a secondary). Replication status is normal and doesn't show the old DC.
However, when I go into Active Directory Sites and Services -> SITE NAME -> Servers I still see the old DC. If I expand it there is nothing (unlike the other DC's which have NTDS Settings
).
Is it ok to delete this server? It doesn't show up in the DOMAIN CONTROLLER organizational unit under Active Directory Users and Computers.
Answer
Yes, you can delete it right in ADS&S. See this article about manually removing domain controllers:
The relevant section:
Step 2: Cleaning up the DC server instance from the Active Directory Sites and Services
- Go to Server manager > Tools > Active Directory Sites and Services
- Expand the Sites and go to the server which need to remove
- Right click and click Delete
- In next window click yes to confirm
You might want to do this too, just in case:
Step 3: Clean up metadata using ntdsutil
NOTE: Windows Server 2003 or earlier used ntdsutil and was bit of challenge but this was later simplified
- Right Click on Start > Command Prompt (admin)
- Type ntdsutil and enter
- Then metadata cleanup
- Next type
remove selected server
, replacewith DC server to remove
- In warning window click yes to proceed
- Execute quit command twice
No comments:
Post a Comment