Forest.RaiseForestFunctionality(ForestMode) Method
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.
Raises the mode of operation for the forest.
public:
void RaiseForestFunctionality(System::DirectoryServices::ActiveDirectory::ForestMode forestMode);
public void RaiseForestFunctionality (System.DirectoryServices.ActiveDirectory.ForestMode forestMode);
member this.RaiseForestFunctionality : System.DirectoryServices.ActiveDirectory.ForestMode -> unit
Public Sub RaiseForestFunctionality (forestMode As ForestMode)
Parameters
- forestMode
- ForestMode
A ForestMode enumeration value that specifies the new operation level for the forest.
Exceptions
A call to the underlying directory service resulted in an error.
The target server is either busy or unavailable.
Based on the current operating mode of the forest, the value specified for forestMode
is not valid.
forestMode
is not a valid ForestMode enumeration value.
The object has been disposed.
The specified account does not have permission to perform this operation.
Remarks
The ForestMode value can be raised but not lowered. This means that raising the functionality level of the forest is not reversible and the decision to do this should be made carefully.
For more information about forest operational modes, see Domain and forest functionality.
The following table defines the valid values for forestMode
based on the current operating mode of the forest.
Current mode | Mode can be raised to |
---|---|
Windows2000Forest | Windows2003InterimForest Windows2003Forest |
Windows2003InterimForest | Windows2003Forest |
Windows2003Forest | None |