Get-DSGatewayLogs
Synopsis
Syntaxe
__AllParameterSets
Get-DSGatewayLogs -GatewayID <guid> -OutputPath <string> [-AsLegacyResponse] [<CommonParameters>]Description
Exemples
PS C:\> $response = Get-DSGateway -All -AsLegacyResponse;
$gateways = $response.Data;
$gateways | ForEach-Object {Get-DSGatewayLogs -GatewayID $_.Id -OutputPath "C:\my\path\filename_$_.Name.txt"}Paramètres
-AsLegacyResponse
-GatewayID
-OutputPath
CommonParameters
Notes
Mis à jour
Ce contenu vous a-t-il été utile ?