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