Saturday, 12 May 2012

Verify successful replication to a domain controller

  1. Open a Command Prompt.
  2. Type the following command, and then press ENTER:
    repadmin /showrepl servername /u:domainname\username /pw:*

Term Definition
servername
Specifies the name of the destination domain controller.
domainname
Specifies the single-label name of the domain of the destination domain controller. (You do not have to use a fully qualified Domain Name System (DNS) name.)
username
Specifies the name of an administrative account in that domain.


Source from: http://technet.microsoft.com/en-us/library/cc736355(v=ws.10).aspx