Get-WssReportSection

Get-WssReportSection

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

Sintaxis

Get-WssReportSection [ <CommonParameters>]

Descripción detallada

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

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.WindowsServerSolutions.Administration.WssReportSection

Ejemplos

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:\> 

Temas relacionados

Set-WssReportSection