restoring AD onprem

Handian Sudianto 4,976 Reputation points
2024-09-19T02:51:18.6933333+00:00

Hello,

Let say i have 2 domain controller (primary and secondary) and all 5 FSMO roles handle by PDC.

The i have hardware issue on my PDC and must be restored from our backup (image backup using veeam). Let we assume the restoration need time until 48 hours. While the restoration still in progress, we do some changes on the Secondary DC (reset password, create user for example) so daily operational is not disturb.

When the restore is done and the PDC is running again, what will happened with the active directory?

Will the Secondary DC replicate their data to PDC, or PDC will replicate to Secondary DC and all changes when the Primary DC will be ignored?

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,533 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yanhong Liu 9,680 Reputation points Microsoft Vendor
    2024-09-19T09:00:17.22+00:00

    Hello,

    In the scenario you described, when your PDC is restored and back online:

    The Secondary DC will replicate data to the PDC. Any changes made on the Secondary DC (such as resetting passwords, creating users, etc.) while the PDC is offline will be replicated to the PDC.

    The PDC will not overwrite changes on the Secondary DC: The PDC will not overwrite new data on the Secondary DC, but will receive new data from the Secondary DC.

    Active Directory will automatically resolve any potential conflicts. Normally, newer changes on the Secondary DC will be retained, and the older data on the PDC will be updated.

    It is recommended that after the Primary DC is restored, you can use the command repadmin /showrepl to check the synchronization status to ensure that all changes have been synchronized correctly.

    Best Regards,

    Yanhong Liu

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.