For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-HubArchivedLog

Sintassi

__AllParameterSets

Get-HubArchivedLog -Date <datetime> [-OutputPath <string>] [-HubContext <HubContext>]
 [<CommonParameters>]

Parametri

-Date

La data per la quale recuperare i log (ad esempio, '2024-07-23').

Type: System.DateTime
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: true
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-HubContext

Contesto Devolutions Cloud

-OutputPath

Il percorso del file o della directory di output. Se viene specificata una directory o non viene fornita alcuna estensione, verrà utilizzato il nome file predefinito 'HubArchivedLog_{Date:yyyy-MM-dd}.json'.

CommonParameters

Questo cmdlet supporta i parametri comuni: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction e -WarningVariable. Per maggiori informazioni, veda about_CommonParameters.

Note

Per maggiori informazioni, digiti "Get-Help Get-HubArchivedLog -detailed". Per informazioni tecniche, digiti "Get-Help Get-HubArchivedLog -full".

Ultimo aggiornamento

È stato utile?