Get-WssReportSection

Get-WssReportSection

Gets a listing of the sections to include in a health report.

Syntax

Get-WssReportSection [ <CommonParameters>]

Detailed Description

The Get-WssReportSection cmdlet gets a listing of the sections to include in a health report. The sections include:

-- Backups
-- CriticalAlertsAndWarnings
-- ErrorsInEventLog
-- SecurityAndUpdates
-- ServiceNotRunning
-- Storage

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.WssReportSection

Examples

Example 1: Get the report sections

This command gets the report sections for a health report on the server on which you run the cmdlet.

PS C:\> Get-WssReportSection
PS C:\> 

Set-WssReportSection