Copy-WssClientRecoveryImage

Copy-WssClientRecoveryImage

Copies files needed to build a client recovery image to a USB device.

構文

Parameter Set: Default
Copy-WssClientRecoveryImage [-Target] <String> [ <CommonParameters>]

詳細説明

The Copy-WssClientRecoveryImage cmdlet copies files needed to build a client recovery image to a USB device. Specify the partition for the device.

Before you use this cmdlet, use the DiskPart utility to clean the USB device, create a primary partition, format that partition as NTFS, and activate the partition. For more information about the DiskPart utility, see DiskPart (https://technet.microsoft.com/en-us/library/cc770877.aspx).

パラメーター

-Target<String>

Specifies the target partition. The cmdlet copies the image to the root folder of the specified location. Specify the target partition by drive letter.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Copy client recovery image

This command copies necessary files to the USB device specified as F:. Before you begin, use the DiskPart utility to prepare the device.

PS C:\> Copy-WssClientRecoveryImage -Target "F:"