Replicates a single object between any two domain controllers that have common directory partitions.
The two domain controllers do not have a replication agreement. That is, neither domain controller has an inbound connection object for the other domain controller.
You can use the repadmin /showrepl or the repadmin /showconn command to show replication agreements.
For examples of how to use this command, see Examples.
repadmin /replsingleobj <DSA_LIST> <Source_DSA_Name> <obj dn>
|
Parameter
|
Description
|
|
DSA_LIST
|
Specifies the host name of a domain controller or a list of domain controllers that are separated in the list by single spaces. For detailed syntax, see Repadmin.
|
|
<Source_DSA_Name>
|
Specifies the host name of a source domain controller.
|
|
<obj dn>
|
Specifies the distinguished name of the object that you want to replicate.
|
The following example triggers replication of the object named VPSales from source-dc01 to dest-dc01:
repadmin /replsingleobj dest-dc01 source-dc01 cn=VPSales,ou=execs,dc=contoso,dc=com