Get-DSGatewayLogs
Synopsis
Syntax
__AllParameterSets
Get-DSGatewayLogs -GatewayID <guid> -OutputPath <string> [-AsLegacyResponse] [<CommonParameters>]Description
Examples
PS C:\> $response = Get-DSGateway -All -AsLegacyResponse;
$gateways = $response.Data;
$gateways | ForEach-Object {Get-DSGatewayLogs -GatewayID $_.Id -OutputPath "C:\my\path\filename_$_.Name.txt"}Parameters
-AsLegacyResponse
-GatewayID
-OutputPath
CommonParameters
Notes
Last updated
Was this helpful?