Get-CMOperatingSystemImageUpdateSchedule

Get-CMOperatingSystemImageUpdateSchedule

Retrieves an operating system image update schedule object in Configuration Manager.

構文

Parameter Set: SearchByNameMandatory
Get-CMOperatingSystemImageUpdateSchedule -Name <String> [-SecuredScopeNames <String> ] [ <CommonParameters>]

Parameter Set: SearchByIdMandatory
Get-CMOperatingSystemImageUpdateSchedule -Id <String[]> [-SecuredScopeNames <String> ] [ <CommonParameters>]

Parameter Set: SearchByValueMandatory
Get-CMOperatingSystemImageUpdateSchedule -InputObject <IResultObject> [ <CommonParameters>]

詳細説明

The Get-CMOperatingSystemImageUpdateSchedule cmdlet retrieves an object that represents an operating system image update schedule in Microsoft System Center 2012 Configuration Manager.

パラメーター

-Id<String[]>

Specifies an array of identifiers of operating system image update schedules in Configuration Manager.

エイリアス

PackageId

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-InputObject<IResultObject>

Specifies an operating system image update schedule object in Configuration Manager.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Name<String>

Specifies a name of an operating system image update schedule in Configuration Manager.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SecuredScopeNames<String>

Specifies a name of a security scope.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Retrieve the operating system image update schedule

This command retrieves the operating system image update schedule identified by the ID 1207.

PS C:\> Get-CMOperatingSystemImageUpdateSchedule -Id "1207"

関連トピック

Clear-CMOperatingSystemImageUpdateSchedule

Set-CMOperatingSystemImageUpdateSchedule