New-WssReport
Creates a health report instance.
Syntax
New-WssReport []
Description
The New-WssReport cmdlet creates a health report instance.
Examples
Example 1: Create a health report
PS C:\> $InstanceId = New-WssReport
This command creates a health report instance, and stores the ID in the variable $InstanceId.
1:
PS C:\>