ActiveDirectorySiteOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the bit identifiers for the ActiveDirectorySite object site options.
This enumeration supports a bitwise combination of its member values.
public enum class ActiveDirectorySiteOptions
[System.Flags]
public enum ActiveDirectorySiteOptions
[<System.Flags>]
type ActiveDirectorySiteOptions =
Public Enum ActiveDirectorySiteOptions
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No site options are set. |
AutoTopologyDisabled | 1 | Inter-site topology generation is disabled. |
TopologyCleanupDisabled | 2 | Topology cleanup is disabled. |
AutoMinimumHopDisabled | 4 | Automatic minimum hops topology is disabled. |
StaleServerDetectDisabled | 8 | Stale server detection is disabled. |
AutoInterSiteTopologyDisabled | 16 | Automatic intra-site topology generation is disabled. |
GroupMembershipCachingEnabled | 32 | Group memberships for users is enabled. |
ForceKccWindows2003Behavior | 64 | The KCC (Knowledge Consistency Checker) is forced to operate in Windows Server 2003 behavior mode. |
UseWindows2000IstgElection | 128 | The KCC is forced to use the Windows 2000 ISTG election algorithm. |
RandomBridgeHeaderServerSelectionDisabled | 256 | The KCC can randomly pick a bridgehead server when creating a connection. |
UseHashingForReplicationSchedule | 512 | The KCC is allowed to use hashing when creating a replication schedule. |
RedundantServerTopologyEnabled | 1024 | Creation of static failover connections is enabled. |