Configuration driven Active Directory management.
Configure the server-site assignment.
Register-FMServer -NoAutoAssignment <Boolean> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Configure the server-site assignment.
Get-Content .\servers.json | ConvertFrom-Json | Write-Output | Register-FMServer
Apply all configuration settings stored in servers.json
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
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.