Triggers the immediate replication of the specified directory
partition to the destination domain controller from the source DC.
Tests replication success after removing suspected fault conditions
without waiting for the replication schedule to open.
Source and destination domain controllers can be referenced by
single-label hostname, fully qualified hostname or the object GUID
assigned to a DC's NTDS Settings object.
The DSA Object GUID can be obtained from the header of the command
repadmin /showrepl .
The repadmin computer, destination DC and source DC must have network
connectivity over the ports and protocols used by the relevant connection
object.
[SYNTAX]
/replicate [/force] [/async]
[/full] [/addref] [/readonly]
/replicate [/force]
[/async] [/full] [/addref] [/readonly]
/force overrides connections disabled by repadmin /options.
/aysnc
/full will request the source DC to re-replicate ALL changes for
the specified partition. Both the UTD and HWM vectors are reset.
Does not remove lingering objects on the destination DC.
Do not use when USN Rollbacks are suspected.
/addref enables change notification between the source and destination.
/readonly is used when the destination DC holds a read-only copy of the
partition being replicated
[EXAMPLES]
The following command will replicate the Contoso NC from source-dc01
to dest-dc01
repadmin /replicate dest-dc01 source-dc01 DC=contoso,DC=com
The following command will replicate the Mayberry NC from source-dc01 to
dest-dc01 specifying that the NC is readonly on the destination
repadmin /replicate dest-dc01 source-dc01 DC=Mayberry,DC=contoso,DC=com /readonly