Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the email settings of a health report.
Get-WssReportEmailSetting [ <CommonParameters>]
The Get-WssReportEmailSetting cmdlet gets the email settings of a health report.
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).
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
- Microsoft.WindowsServerSolutions.Administration.EmailSettings
This command gets the report email settings on the server on which you run the cmdlet.
PS C:\> Get-WssReportEmailSetting
PS C:\>