Diagnostic Report

Prev Next

Get-LiquitDiagnosticReport

Synopsis

This command help you download the content of a specific attribute of a diagnostic report.

Syntax

Get-LiquitDiagnosticReport 
    [[-ID] <guid[]>]
    [-LiquitContext <LiquitContext>] 
    [-WhatIf] 
    [-Confirm]
    [<CommonParameters>]

Examples

The following command retrieves a specific diagnostic report:

$dr = Get-LiquitDiagnosticReport -ID 00000000-0000-0000-0000-000000000000

The following command retrieves the attributes of the diagnostic report:

Get-LiquitAttribute -Entity $dr

The following command retrieves the content from any of the displayed attribute links:

Export-LiquitContent -Content diagnosticReports-00000000-0000-0000-0000-000000000000

Further reading

Attributes