Replication duration for newly promoted Domain Controller

Yankee30 206 Reputation points
2021-05-17T19:58:03.487+00:00

How can I find out how long did the entire replication took to complete for a newly installed Domain controller?

Is there any event Id generated when the freshly promoted DC is completely replicated ?

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

11 answers

Sort by: Most helpful
  1. Anonymous
    2021-05-17T20:24:10.953+00:00

    Repadmin /replsummary may give you an idea
    https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc835092(v=ws.11)
    When it begins to collect data for the replication summary, this command displays a series of dots. Each dot represents a domain controller that is specified in the DSA_LIST parameter (plus some extra dots for preprocessing). Fifty dots are displayed on each line of the output. For example, four lines of dots represent about 200 domain controllers that are specified by the DSA_LIST parameter. The dots help you gauge throughput and completion time in large environments.

    --please don't forget to Accept as answer if the reply is helpful--


  2. Anonymous
    2021-05-17T21:45:16.16+00:00

    you could do
    repadmin /showrepl

    or another graphical option is to use the replication status tool
    https://www.microsoft.com/en-us/download/details.aspx?id=30005

    --please don't forget to Accept as answer if the reply is helpful--


  3. Anonymous
    2021-05-17T22:44:26.43+00:00

    repadmin /showrepl shows the completion time. The replication status tool shows both the Last Attempt Sync and the Last Succeeded Sync time stamps. You can also add the DFS Management tools from Server Manager and generate reports, and possibly generate reports via PowerShell. You can also find a very detailed (but cryptic) log file in \windows\debug folder.

    --please don't forget to Accept as answer if the reply is helpful--


  4. Vicky Wang 2,741 Reputation points
    2021-05-18T09:16:44.983+00:00

    Hi,
    Thank you for posting in our forum.
    About ""***How can I find out how long did the entire replication took to complete for a newly installed Domain controller?***This question, MVP gave you a very professional answer, and I also agree with him Reply.
    About》》***Is there any event Id generated when the freshly promoted DC is completely replicated?***For this question, you can refer to the picture below for comparison, and I will provide you with the link
    There is a more detailed explanation

    97462-image.png

    reference:https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/troubleshoot/troubleshooting-active-directory-replication-problems

    Hope this information can help you

    Best wishes

    Vicky

    0 comments No comments

  5. Vicky Wang 2,741 Reputation points
    2021-05-21T09:34:18.007+00:00

    Hi,

    Just checking in to see if the information provided was helpful.

    Please let us know if you would like further assistance.

    Best Regards,
    Vicky

    0 comments No comments

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.