IAdmCrossRefContainer

The IAdmCrossRefContainer interface represents directory objects of the crossRefContainer type.

Inheritance: IAdmTop

Methods

Properties

Details

CanRaiseForestFunctionalLevel()

Determines if the functional level of the forest can be raised.

bool CanRaiseForestFunctionalLevel(out ADM_FOREST_FUNCTIONAL_LEVEL_ENUM maxLevel, 
                                      out string[] notAppropriateDCs, 
                                      out string[] ntMixedModeDomains, 
                                      out string[] win2003InterimDomains)

Parameters

  • maxLevel - An output (OUT) parameter that returns the maximum functional level that the forest can be raised to.
  • notAppropriateDCs - An output (OUT) parameter that returns an array that contains DNS host names of the domain controllers that do not support a higher functional level.
  • ntMixedModeDomains - An output (OUT) parameter that returns an array that contains names of domains running in Windows 2000 mixed mode.
  • win2003InterimDomains - An output (OUT) parameter that returns an array that contains names of domains for which the functional level cannot be determined as these domains are unmanaged.

Remarks

If the functional level can be raised, the maxLevel parameter returns the maximum level that the current domain supports, otherwise, if the functional level cannot be raised, the method returns false, and additional information is available in the output parameters.


ForestFunctionalLevel

Gets or sets the current forest functional level.


Requirements

Minimum required version: 2009.1

See also