IDomainServerManagement Interface

Inherited from

IDispatch

IUnknown

IADs

Applies to Objects

Domain

The IDomainServerManagement interface is exposed from the Domain object. You can use this interface to do various operations related to domain synchronization 

Property/Method 

Description

SynchronizeEntireDomain

Sends a request to the Primary Domain Controller (PDC) of the current domain to synchronize the entire domain.

SynchronizeBDCPartially

Sends a request to the Backup Domain Controller (BDC) to synchronize its database with that of the PDC of the domain.

SynchronizeBDCCompletely

Sends a request to the BDC to do a full synchronization of its database with the PDC.

Example

Dim ServerMgmt As IDomainServerManagement
'Get the IDomainServerManagement interface for domain object
Set ServerMgmt = GetObject ("NTDS://DomainName")