Get-WssReport

Get-WssReport

Gets the full list of unexpired health reports.

Syntax

Get-WssReport [ <CommonParameters>]

Detailed Description

The Get-WssReport cmdlet gets the full list of unexpired health reports, including manually-generated and auto-generated reports.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Microsoft.WindowsServerSolutions.Administration.WssReport

Examples

Example 1: Get all health reports

This command gets all health reports on the server where you run the cmdlet.

PS C:\> Get-WssReport
PS C:\> 

New-WssReport

Remove-WssReport

Send-WssReport