Set-AmsServiceConfig
SYNOPSIS
This cmdlet allows you to set the service-wide configuration for the Access Manager service
SYNTAX
DESCRIPTION
Settings that are configured here apply to all AMS servers in the farm.
EXAMPLES
Example 1
This example sets the external host names for the AMS farm
PARAMETERS
-DomainsToIgnore
Specifies a list of trusted domains that should be ignored by AMS as they are typically unreachable
-FarmApiHostName
Specifies the external host name that agents will use to connect to the AMS farm. If this value is not set, the 'ExternalHostName' property from each individual AMS server is used, which can be set using the Set-AmsHostConfig cmdlet.
-FarmApiPort
Specifies the HTTPS port that agents will use to connect to the AMS farm. If this value is not set, the default port of 443 is used
-FarmWebAppHostName
Specifies the external host name that end users will use to connect to the AMS farm. If this value is not set, the 'ExternalHostName' property from each individual AMS server is used, which can be set using the Set-AmsHostConfig cmdlet.
-FarmWebAppPort
Specifies the HTTPS port that end users will use to connect to the AMS farm. If this value is not set, the default port of 443 is used
-ForestsToIgnore
Specifies a list of trusted forests that should be ignored by AMS as they are typically unreachable
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
None
OUTPUTS
Lithnet.AccessManager.PowerShell.ServiceConfigPSObject
NOTES
RELATED LINKS
Last updated