Replication Partners

Reports the status for each source domain controller from which the destination has an inbound connection object. The status report is categorized by directory partition.

Privileges

Normal

Input Parameters

Name Type Required Description

DSA Type

Selection

Yes

Determines the target on the DSA List from one of the following:

  • All : Target all domain controllers in the forest of the computer on which policy is running.
  • Domain Controller: Targets the DNS name for the domain controllers specified in DSA List parameter.
  • SiteName: Targets all domain controllers in the Active Directory site specified in DSA List parameter.
  • Global Catalog: Targets all global catalog servers in the enterprise.

This field is required if DSA Type is Domain Controller, SiteName, or Global Catalog.

DSA List

String

No

Specifies the host name of a domain controller or a list of domain controllers.

Example:

"dest1-DC1 dest2-DC1"

Naming Context

String

Yes

The distinguished name of the naming context to replicate.

Errors Only

Boolean

Yes

Determines if only errors should be reported and not a complete status report.

Output Parameters

Name Type Description

RepPartners

Collection

Returns the results as a collection of replication partners, each containing the following:

  • DestinationDC
  • DestinationDCSite
  • NamingContext
  • SourceDCSite
  • TransportType
  • NumberofFailures
  • LastFailureTime
  • LastSuccessTime
  • LastFailureStatus

Result

Number

Returns a success value of zero or any value other than zero to indicate failure.

Example Input Parameters

Name Type Required Example
DSA Type Boolean Yes All
DSA List String Yes destination-DC1 (This is from an example of a single element list, but you can specify more domain controllers.)
Naming Context String Yes DC=Abc, DC=com
Errors Only String Yes <intentionally left blank>