Get-DSGatewaySession
Synopsis
Syntax
__AllParameterSets
Get-DSGatewaySession -GatewayID <guid> [-AsLegacyResponse] [<CommonParameters>]Description
Examples
PS C:\> $response = Get-DSGatewaySession -GatewayID "08a521fe-14f7-4ae5-b2b9-d9f6164c15e8" -AsLegacyResponse;
$gateway = $response.Data;
$gwSessions -GatewayID $gateway.IdParameters
-AsLegacyResponse
-GatewayID
CommonParameters
Notes
Last updated
Was this helpful?