Active Directory Management Framework

Configuration driven Active Directory management.

Register-FMForestLevel

SYNOPSIS

Register a forest functional level as desired state.

SYNTAX

Register-FMForestLevel [[-Level] <String>] [[-ContextName] <String>] [<CommonParameters>]

DESCRIPTION

Register a forest functional level as desired state.

EXAMPLES

EXAMPLE 1

Register-FMForestLevel -Level 2016

Apply the desired forest level of 2016

PARAMETERS

-Level

The level to apply.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ContextName

The name of the context defining the setting. This allows determining the configuration set that provided this setting. Used by the ADMF, available to any other configuration management solution.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: <Undefined>
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES