Update-DSGateway
Synopsis
Syntax
GetByID
Update-DSGateway -GatewayID <guid> [-Name <string>] [-Description <string>] [-IsDefault <bool>]
[-DevolutionsGatewayUrl <string>] [-TCPListeningPort <int>] [-TokenDuration <int>]
[-HealthCheckInterval <int>] [-ForceIpAddressForRdpConnections <bool>]
[-VaultRoleOverride <GatewayVaultRoleOverride>] [-CustomVaultAccess <guid[]>] [-AsLegacyResponse]
[<CommonParameters>]Description
Examples
PS C:\> $response = Get-DSGateway -Name "Old default gateway" -AsLegacyResponse;
$gateway = $response.Data[0];
Update-DSGateway -Name "Standard Gateway" -Description "Not the default anymore" -IsDefault $falseParameters
-AsLegacyResponse
-CustomVaultAccess
-Description
-DevolutionsGatewayUrl
-ForceIpAddressForRdpConnections
-GatewayID
-HealthCheckInterval
-IsDefault
-Name
-TCPListeningPort
-TokenDuration
-VaultRoleOverride
CommonParameters
Notes
Last updated
Was this helpful?