Get-CMBootImage

Get-CMBootImage

Gets an operating system boot image.

構文

Parameter Set: SearchByName
Get-CMBootImage [-Name <String> ] [-SecuredScopeNames <String> ] [ <CommonParameters>]

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

詳細説明

The Get-CMBootImage cmdlet gets a Windows PE operating system boot image that Microsoft System Center 2012 Configuration Manager can use to deploy an operating system.

Operating system boot images are .wim format files. These files contain a compressed set of reference files and folders that are required to successfully install and configure an operating system image. By default, System Center 2012 Configuration Manager includes both x86 and x64 boot images.

You must run the Get-CMBootImage cmdlet on the computer that is running the Systems Management Server (SMS) provider. The computer account of the computer that is running the SMS provider must have Read and Write access to the source package of the boot image. For more information about the SMS provider, see Planning for the SMS Provider in Configuration Manager (https://go.microsoft.com/fwlink/?LinkID=263566) on TechNet.

パラメーター

-Id<String[]>

Specifies an array of boot image identifiers.

エイリアス

PackageId

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-Name<String>

Specifies a name of a boot image.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-SecuredScopeNames<String>

Specifies secured scope name.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Get a boot image by using its ID

This command gets a boot image by using its ID.

PS C:\> Get-CMBootImage -Id "c0eb2912-0de8-4a2a-9c77-603b35bcf7e4"

Example 2: Get a boot image by using its name

This command gets a boot image by using its name.

PS C:\> Get-CMBootImage -Name "SMS_BootImagePackage"

関連トピック

New-CMBootImage

Remove-CMBootImage

Set-CMBootImage