Get-WssClientBmrMediaGenerationJob

Get-WssClientBmrMediaGenerationJob

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

構文

Get-WssClientBmrMediaGenerationJob [ <CommonParameters>]

詳細説明

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.

パラメーター

<CommonParameters>

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

入力

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

出力

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

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

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