Get-WssReportHtml

Get-WssReportHtml

Gets the HTML string of a specific health report.

構文

Parameter Set: Default
Get-WssReportHtml [-Id] <Guid> [ <CommonParameters>]

詳細説明

The Get-WssReportHtml cmdlet gets the HTML string of a specific health report.

パラメーター

-Id<Guid>

Specifies the ID of a report instance. The cmdlet gets the report instance for the ID that you specify.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

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

入力

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

  • System.Guid

出力

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

  • System.String

Example 1: Get the report HTML string

This command gets the report HTML string on the server on which you run the cmdlet.

PS C:\> Get-WssReportHtml | Out-File -Filepath C:\Test01\Report.html
PS C:\>