New-WssReport

New-WssReport

Creates a health report instance.

構文

New-WssReport [ <CommonParameters>]

詳細説明

The New-WssReport cmdlet creates a health report instance.

パラメーター

<CommonParameters>

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

入力

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

出力

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

Example 1: Create a health report

This command creates a health report instance, and stores the ID in the variable $InstanceId.

PS C:\> $InstanceId = New-WssReport
PS C:\> 

関連トピック

Get-WssReport

Remove-WssReport

Send-WssReport