Commands to diagnose Active Directory replication failures

The below command will perform a series of tests (for DC Health) and export the results in c:\dcdiag.txt

dcdiag /v /c /d /e /s:nup-dc1 >c:\dcdiag.txt

Then run the below command to see the last attempt of the DC to perform inbound replication.

repadmin /showrepl nup-dc01 /verbose /all /intersite >c:\repl.txt

 

Was this article helpful?

Related Articles

Leave A Comment?