Start-WssClientBmrMediaGenerationJob
Starts the client full system restore media generation job.
PowerShell
Start-WssClientBmrMediaGenerationJob
-JobType <GenBmrJobType>
[-UsbDriveGuid <Guid>]
[<CommonParameters>]
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).
PowerShell
PS C:\> Start-ClientBmrMediaGenerationJob -JobType 1 -UsbDriveGuid "{77FC2704-25CC-48CC-B32F-25F9EBB19338}"
This command starts a bare metal recovery media generation job by using a USB drive.
Specifies the job type. The acceptable values for this parameter are:
- 0 Client Restore Service
- 1 USB
Type: | GenBmrJobType |
Accepted values: | Wds, ServerUsb |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the job type. The acceptable values for this parameter are:
- 0 Client Restore Service
- 1 USB
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |