Resume-WBVolumeRecovery

Resume-WBVolumeRecovery

Resumes a volume recovery operation from a removable device and specific media.

Syntax

Resume-WBVolumeRecovery [ <CommonParameters>]

Detailed Description

The Resume-WBVolumeRecovery cmdlet resumes a volume recovery operation performed from a removable device and specific media. If the requested media is not inserted, the cmdlet returns an error with a description of the requested media. Otherwise, the cmdlet returns confirmation that the recovery operation resumed.

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.

  • System.String, System.Exception

    If the requested media is not inserted, the cmdlet returns an error with the description of the requested media. Otherwise, the recovery operation resumes and the cmdlet returns a confirmation message.

Examples

Example 1: Resume a volume recovery operation

This command resumes the volume recovery operation.

PS C:\> Resume-WBVolumeRecovery

Start-WBVolumeRecovery