ActiveDirectorySiteOptions Enum

Definition

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
ActiveDirectorySiteOptions
Attributes

Fields

AutoInterSiteTopologyDisabled 16

Automatic intra-site topology generation is disabled.

AutoMinimumHopDisabled 4

Automatic minimum hops topology is disabled.

AutoTopologyDisabled 1

Inter-site topology generation is disabled.

ForceKccWindows2003Behavior 64

The KCC (Knowledge Consistency Checker) is forced to operate in Windows Server 2003 behavior mode.

GroupMembershipCachingEnabled 32

Group memberships for users is enabled.

None 0

No site options are set.

RandomBridgeHeaderServerSelectionDisabled 256

The KCC can randomly pick a bridgehead server when creating a connection.

RedundantServerTopologyEnabled 1024

Creation of static failover connections is enabled.

StaleServerDetectDisabled 8

Stale server detection is disabled.

TopologyCleanupDisabled 2

Topology cleanup is disabled.

UseHashingForReplicationSchedule 512

The KCC is allowed to use hashing when creating a replication schedule.

UseWindows2000IstgElection 128

The KCC is forced to use the Windows 2000 ISTG election algorithm.

Applies to

See also