Get-WssReportSchedule

Get-WssReportSchedule

Gets the schedule of an automated health report.

構文

Get-WssReportSchedule [ <CommonParameters>]

詳細説明

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

パラメーター

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Microsoft.WindowsServerSolutions.HealthReport.ObjectModel.Contracts.ReportSchedule

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

関連トピック

Set-WssReportSchedule