Active Directory Management Framework

Configuration driven Active Directory management.

Register-FMServer

SYNOPSIS

Configure the server-site assignment.

SYNTAX

Register-FMServer -NoAutoAssignment <Boolean> [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Configure the server-site assignment.

EXAMPLES

EXAMPLE 1

Get-Content .\servers.json | ConvertFrom-Json | Write-Output | Register-FMServer

Apply all configuration settings stored in servers.json

PARAMETERS

-NoAutoAssignment

Setting this to true will disable any automatically calculated site assignments. When enabled, only explicitly configured site assignments will be applied.

Type: Boolean
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: False
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-ProgressAction

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
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