DomainController Methods
.NET Framework 4
The DomainController type exposes the following members.
| Name | Description | |
|---|---|---|
|
CheckReplicationConsistency | Uses the Knowledge Consistency Checker (KCC) to verify the replication topology for this domain controller. (Overrides DirectoryServer.CheckReplicationConsistency().) |
|
Dispose() | Releases all managed and unmanaged resources that are used by the object. (Inherited from DirectoryServer.) |
|
Dispose(Boolean) | Causes the object to release all managed and/or unmanaged resources. (Overrides DirectoryServer.Dispose(Boolean).) |
|
EnableGlobalCatalog | Promotes this domain controller to a global catalog server. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Overrides the Object.Finalize method. (Overrides DirectoryServer.Finalize().) |
|
FindAll(DirectoryContext) | Finds all domain controllers in the specified context. |
|
FindAll(DirectoryContext, String) | Finds all domain controllers in the specified context and site. |
|
FindOne(DirectoryContext) | Finds a single domain controller in the specified context. |
|
FindOne(DirectoryContext, LocatorOptions) | Finds a single domain controller in the specified context, allowing for additional search options. |
|
FindOne(DirectoryContext, String) | Finds a single domain controller in the specified context and site. |
|
FindOne(DirectoryContext, String, LocatorOptions) | Finds a single domain controller in the specified context and site, allowing for additional search options. |
|
GetAllReplicationNeighbors | Retrieves the replication neighbors for this domain controller. (Overrides DirectoryServer.GetAllReplicationNeighbors().) |
|
GetDirectoryEntry | Retrieves a DirectoryEntry object that represents the directory server. (Inherited from DirectoryServer.) |
|
GetDirectorySearcher | Retrieves a DirectorySearcher object for the domain controller. |
|
GetDomainController | Retrieves a DomainController object for the specified context. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetReplicationConnectionFailures | Retrieves a list of the replication connection failures recorded by this domain controller. (Overrides DirectoryServer.GetReplicationConnectionFailures().) |
|
GetReplicationCursors | Retrieves the replication cursor information for the specified partition. (Overrides DirectoryServer.GetReplicationCursors(String).) |
|
GetReplicationMetadata | Retrieves the replication metadata for a specific Active Directory Domain Services object. (Overrides DirectoryServer.GetReplicationMetadata(String).) |
|
GetReplicationNeighbors | Retrieves the replication neighbors for the specified partition. (Overrides DirectoryServer.GetReplicationNeighbors(String).) |
|
GetReplicationOperationInformation | Retrieves the current and pending replication operations for this domain controller. (Overrides DirectoryServer.GetReplicationOperationInformation().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
IsGlobalCatalog | Determines if this domain controller is a global catalog server. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
MoveToAnotherSite | Moves the directory server to another site within the forest or configuration set. (Inherited from DirectoryServer.) |
|
SeizeRoleOwnership | Causes this domain controller to take ownership of the specified role. |
|
SyncReplicaFromAllServers | Causes this domain controller to synchronize the specified partition with all other domain controllers. (Overrides DirectoryServer.SyncReplicaFromAllServers(String, SyncFromAllServersOptions).) |
|
SyncReplicaFromServer | Causes this domain controller to synchronize the specified partition with the specified domain controller. (Overrides DirectoryServer.SyncReplicaFromServer(String, String).) |
|
ToString | Retrieves the name of the directory server. (Inherited from DirectoryServer.) |
|
TransferRoleOwnership | Causes ownership of the specified role to be transferred to this domain controller. |
|
TriggerSyncReplicaFromNeighbors | Begins a synchronization of the specified partition. (Overrides DirectoryServer.TriggerSyncReplicaFromNeighbors(String).) |