When an Active Directory domain controller becomes orphaned from a domain, is it possible to configure it to continue operating as a healthy DC without going through the process of forcefully demoting it, then re-joining and promoting it?
Consider the following scenario which would result in an orphaned DC:
- Two domain controllers, DC1 and DC2, exist in a domain.
- DC2 is temporarily shut down.
- A new DC is added, DC3.
- DC1 is permanently shut down.
- DC2 comes back online.
At this point, DC02 has lost it's only point of contact into the domain. The DNS zone will certainly be out of date, not having entries for DC03. Replication will also fail, as it only knows about replication links from DC01 which doesn't exist any more. Assuming that DC1 was holding the FSMO roles, it will also have incorrect references to which server currently holds the FSMO roles.
So, is it possible to manually re-construct the links so that DC02 will start communicating with DC03 without starting from scratch?