Skip to main content

Register-FMServer

SYNOPSIS

Configure the server-site assignment.

SYNTAX

Auto

Register-FMServer -NoAutoAssignment <bool> [<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: System.Boolean
DefaultValue: False
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: Auto
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: true
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

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