DomainController.SyncReplicaFromAllServers Method
Causes this domain controller to synchronize the specified partition with all other domain controllers.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
[DirectoryServicesPermissionAttribute(SecurityAction.LinkDemand, Unrestricted = true)] [DirectoryServicesPermissionAttribute(SecurityAction.InheritanceDemand, Unrestricted = true)] public override void SyncReplicaFromAllServers( string partition, SyncFromAllServersOptions options )
Parameters
- partition
- Type: System.String
The distinguished name of the partition for the domain controller to synchronize.
- options
- Type: System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions
A combination of one or more of the SyncFromAllServersOptions members.
| Exception | Condition |
|---|---|
| ArgumentNullException | partition is null. |
| ArgumentException | partition is not valid. |
| ObjectDisposedException | The current object has been disposed. |
| SyncFromAllServersOperationException | An error occurred in the synchronization operation. |
By default, the replication will only occur with the other domain controllers in the same site. If the options parameter contains the CrossSite value, then the replication will occur with all domain controllers in the forest.
- DirectoryServicesPermission
Demand value: LinkDemand
- DirectoryServicesPermission
Demand value: InheritanceDemand
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.