Set-AmsHostConfig
SYNOPSIS
SYNTAX
Set-AmsHostConfig [-ApiEnabled <Boolean>] [-WebAppEnabled <Boolean>] [-ApiHostname <String>]
[-LogPath <String>] [-ConfigPath <String>] [-ConnectionString <String>] [-SkipConnectionStringValidation]
[<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1 - Enable the Access Manager API
PS C:\> Set-AmsHostConfig -ApiEnabled $true -ApiHostName "ams.lithnet.local"Example 2 - Turn off the Web app
Example 3 - Modify the log location
PARAMETERS
-ApiEnabled
-ApiHostname
-ConfigPath
-ConnectionString
-LogPath
-SkipConnectionStringValidation
-WebAppEnabled
CommonParameters
INPUTS
None
OUTPUTS
Lithnet.AccessManager.PowerShell.HostConfigurationOptionsPSObject
NOTES
RELATED LINKS
Last updated
Was this helpful?