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>]

Example

# Get a specific diagnostic report
$dr = Get-LiquitDiagnosticReport -ID 2ff1920d-5b16-a718-0033-3738b01b29c8

# Get the attributes of the diagnostic report:
Get-LiquitAttribute -Entity $dr
 
# Get the content from any of the displayed attribute links:
Export-LiquitContent -Content diagnosticReports-8ab0d6c5-4807-85cf-0031-3738b01b0cf8

Further reading

Attributes