When setting up a domain, you really should check that all domain controllers are replicating successfully. It is also useful to check this when troubleshooting domain related problems too, just in case a DC is out of sync.
At the command prompt, on the DC you are checking, type:
repadmin /showrepl
That's it!
Obviously there is a bit more to this command. For instance, to check the replication status of a different domain controller, you would use:
repadmin /showrepl <servername> /u:<domain name>\<username> /pw:*
No comments:
Post a Comment