ReplicationModifyObject Method

Modifies the replication latency test object for the domain controller.

Syntax

ActiveDirectory.ReplicationModifyObject

Parameters

None.

Return Type

Boolean.

Example

To modify the replication latency test object, enter:

Dim objActiveDirectory

Set objActiveDirectory = CreateObject("McActiveDir.ActiveDirectory")
objActiveDirectory.ReplicationModifyObject
Set objActiveDirectory = Nothing

This example modifies the replication latency test object. This is typically done once and is followed by subsequent calls to ReplicationCheckDomainController to determine replication latency to a specific controller.