ForestMode Enum

Definition

Indicates the mode in which a Forest is operating.

public enum class ForestMode
public enum ForestMode
type ForestMode = 
Public Enum ForestMode
Inheritance
ForestMode

Fields

Unknown -1

The Forest is operating in an unknown mode.

Windows2000Forest 0

The Forest is operating in Windows 2000 mode.

Windows2003Forest 2

The Forest is operating in Windows Server 2003 mode.

Windows2003InterimForest 1

The Forest is operating in Windows Server 2003 domain-function mode.

Windows2008Forest 3

The Forest is operating in Windows Server 2008 mode.

Windows2008R2Forest 4

The Forest is operating in Windows Server 2008 R2 mode.

Windows2012R2Forest 6

[Supported in the .NET Framework 4.5.1 and later versions] The Forest is operating in Windows Server 2012 R2 mode.

Windows8Forest 5

The Forest is operating in Windows 8 mode.

Applies to

See also