Get-WssReportEmailSetting

Get-WssReportEmailSetting

Gets the email settings of a health report.

Syntax

Get-WssReportEmailSetting [ <CommonParameters>]

Detailed Description

The Get-WssReportEmailSetting cmdlet gets the email settings of a health report.

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.

  • Microsoft.WindowsServerSolutions.Administration.EmailSettings

Examples

Example 1: Get the report email settings

This command gets the report email settings on the server on which you run the cmdlet.

PS C:\> Get-WssReportEmailSetting
PS C:\> 

Set-WssReportEmailSetting