Send-WssReport

Sends out a health report instance.

Syntax

Send-WssReport
    [-Id] <Guid>
    [<CommonParameters>]

Description

The Send-WssReport cmdlet sends out a health report instance through email by using the ID of the report.

Examples

Example 1: Send a health report

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.

1:

PS C:\>

Parameters

-Id

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

Inputs

Guid

Report Guid