Start-WssClientBmrMediaGenerationJob

Start-WssClientBmrMediaGenerationJob

Starts the client full system restore media generation job.

Syntax

Parameter Set: Default
Start-WssClientBmrMediaGenerationJob -JobType <GenBmrJobType> {Wds | ServerUsb} [-UsbDriveGuid <Guid> ] [ <CommonParameters>]

Detailed Description

The Start-WssClientBmrMediaGenerationJob cmdlet starts the client full system restore media generation job. A full system restore recovers the operating system from backup, and is also called bare metal recovery (BMR).

Parameters

-JobType<GenBmrJobType>

Specifies the job type. The acceptable values for this parameter are:

-- 0 Client Restore Service
-- 1 USB

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-UsbDriveGuid<Guid>

Specifies the job type. The acceptable values for this parameter are:

-- 0 Client Restore Service
-- 1 USB

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Start a media generation job for bare metal recovery

This command starts a bare metal recovery media generation job by using a USB drive.

PS C:\> Start-ClientBmrMediaGenerationJob -JobType 1 -UsbDriveGuid "{77FC2704-25CC-48CC-B32F-25F9EBB19338}"

Get-WssClientBmrMediaGenerationJob

Stop-WssClientBmrMediaGenerationJob