Get-WssReportSchedule

Get-WssReportSchedule

Gets the schedule of an automated health report.

Sintaxis

Get-WssReportSchedule [ <CommonParameters>]

Descripción detallada

The Get-WssReportSchedule cmdlet gets the schedule of an automated health report.

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.HealthReport.ObjectModel.Contracts.ReportSchedule

Ejemplos

Example 1: Get the report schedule

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

PS C:\> Get-WssReportSchedule
PS C:\> 

Temas relacionados

Set-WssReportSchedule