Get-WssClientBmrMediaGenerationJob

Get-WssClientBmrMediaGenerationJob

Gets the client full system restore media generation job status for a full system restore.

Syntax

Get-WssClientBmrMediaGenerationJob [ <CommonParameters>]

Detailed Description

The Get-WssClientBmrMediaGenerationJob cmdlet gets the client full system restore media generation job status. A full system restore recovers the operating system from a backup, and is also called bare metal recovery (BMR). The status includes:

-- Status. The current status of the job.
-- LastStage. The last status of the job.
-- Result. The job run result.
-- BootableMediaPath. The path to the bootable media.

The status also checks if the Original Equipment Manufacturer (OEM) image exists, if the Assessment and Deployment Kit (ADK) is ready, if the restore image is ready, if the media is ready, and if the Windows Deployment Services (WDS) image is deployed.

Parameters

<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.

  • Microsoft.WindowsServerSolutions.DataProtection.PCBackup.BackupUtil.WcfContracts.GenBmrJobExecutionInfo

Examples

Example 1: Get the media generation job status

This command gets the media generation job status.

PS C:\> Get-WssClientBmrMediaGenerationJob
PS C:\> 

Start-WssClientBmrMediaGenerationJob

Stop-WssClientBmrMediaGenerationJob