Send-WssReport
Sends out a health report instance.
PowerShell
Send-WssReport
[-Id] <Guid>
[<CommonParameters>]
The Send-WssReport cmdlet sends out a health report instance through email by using the ID of the report.
PowerShell
PS C:\> $Reports = Get-WssReport
PS C:\> Send-WssReport $Reports[0].Id
The first command uses the Get-WssReport cmdlet to get all instances of reports, and saves the results in the $Reports variable.
The second command sends an instance of a health report by using the ID of the first instance in the $Reports variable.
PowerShell
PS C:\>
Specifies the GUID of a health report instance.
Type: | Guid |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Report Guid