New-VBRFCDInstantRecoveryMappingOptions
Short Description
Defines mapping settings of virtual disks that you want to restore using the Instant FCD Recovery.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Define mapping settings of all backed-up virtual disks that you want to restore using the Instant FCD Recovery.
New-VBRFCDInstantRecoveryMappingOptions -All [<CommonParameters>] |
- Define mapping settings of specific virtual disks that you want to restore using the Instant FCD Recovery.
New-VBRFCDInstantRecoveryMappingOptions -NameInBackup <string[]> -MountedDiskName <string[]> -RegisteredFCDName<string[]> [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBRFCDInstantRecoveryMappingOptions object. This object defines mapping settings of virtual disks that you want to restore using the Instant FCD Recovery.
Run the Start-VBRFCDInstantRecovery cmdlet to start the FCD instant recovery session.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
All | Defines mapping settings for all backed-up virtual disks. | SwitchParameter | True | Named | False |
NameInBackup | Specifies an array of names for backed-up virtual disks. The cmdlet will define mapping settings for these disks. | String[] | True | Named | False |
MountedDiskName | Specifies an array of names for virtual disks that that are mounted to the datastore. | String[] | True | Named | False |
RegisteredFCDName | Specifies an array of names for FCDs that are registered on the cluster. | String[] | True | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRFCDInstantRecoveryMappingOptions object that defines mapping settings of virtual disks that you want to restore using the Instant FCD Recovery.
Examples
Example 1. Defining Mapping Settings of all Virtual Disks to Restore Using Instant FCD Recovery
This command defines mapping settings of all backed-up virtual disks that you want to restore using the Instant FCD Recovery.
|
Example 2. Defining Mapping Settings of Specific Virtual Disks to Restore Using Instant FCD Recovery
This command defines mapping settings of specific virtual disks that you want to restore using the Instant FCD Recovery.
|