Inherited from
Applies to Objects
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 |
Sends a request to the Primary Domain Controller (PDC) of the current domain to synchronize the entire domain. |
|
Sends a request to the Backup Domain Controller (BDC) to synchronize its database with that of the PDC of the domain. |
|
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")