Get-WssReport

Get-WssReport

Gets the full list of unexpired health reports.

構文

Get-WssReport [ <CommonParameters>]

詳細説明

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

パラメーター

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Microsoft.WindowsServerSolutions.Administration.WssReport

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