Get-CMMaintenanceWindow

Get-CMMaintenanceWindow

Gets the maintenance windows for a collection.

構文

Parameter Set: Default
Get-CMMaintenanceWindow [-CollectionID] <String[]> [ <CommonParameters>]

詳細説明

The Get-CMMaintenanceWindow cmdlet gets the maintenance windows for specified collections.

パラメーター

-CollectionID<String[]>

Specifies an array of collection IDs.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Get maintenance windows

This command gets the maintenance windows for the specified collection.

PS C:\> Get-CMMaintenanceWindow -CollectionID "AAA0004D"

関連トピック

New-CMMaintenanceWindow

Remove-CMMaintenanceWindow

Set-CMMaintenanceWindow