New-WssReport

New-WssReport

Creates a health report instance.

Syntax

New-WssReport [ <CommonParameters>]

Detailed Description

The New-WssReport cmdlet creates a health report instance.

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.

Examples

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