Get-WssClientBmrMediaGenerationJob

Get-WssClientBmrMediaGenerationJob

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

Sintaxis

Get-WssClientBmrMediaGenerationJob [ <CommonParameters>]

Descripción detallada

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.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

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

Ejemplos

Example 1: Get the media generation job status

This command gets the media generation job status.

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

Temas relacionados

Start-WssClientBmrMediaGenerationJob

Stop-WssClientBmrMediaGenerationJob