Get-DSGateway
Synopsis
Syntax
GetByID
Get-DSGateway -GatewayID <guid> [-AsLegacyResponse] [<CommonParameters>]Name
Get-DSGateway -Name <string> [-AsLegacyResponse] [<CommonParameters>]All
Get-DSGateway -All [-AsLegacyResponse] [<CommonParameters>]Description
Examples
Example 1
PS C:\> $gateways = Get-DSGateway -All;
$gateways = $response.DataExample 2
Parameters
-All
-AsLegacyResponse
-GatewayID
-Name
CommonParameters
Notes
Last updated
Was this helpful?