Get-WssReport

Get-WssReport

Gets the full list of unexpired health reports.

Sintaxis

Get-WssReport [ <CommonParameters>]

Descripción detallada

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

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.WindowsServerSolutions.Administration.WssReport

Ejemplos

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:\> 

Temas relacionados

New-WssReport

Remove-WssReport

Send-WssReport