Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Starts the client full system restore media generation job.
Parameter Set: Default
Start-WssClientBmrMediaGenerationJob -JobType <GenBmrJobType> {Wds | ServerUsb} [-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).
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 |
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 |
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).
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
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}"