New-VBRViVirtualDeviceMappingRule
Short Description
Defines backed-up virtual disk mapping settings.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
New-VBRViVirtualDeviceMappingRule -SourceVirtualDevice <VBRViVirtualDevice> [-Datastore <CViDatastoreItem>] [<CommonParameters>] |
Detailed Description
This cmdlet defines mapping settings of a backed-up virtual disk.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
SourceVirtualDevice | Specifies a backed-up virtual disk. The cmdlet will map this disks to the datastore. | Accepts the VBRViVirtualDevice object. To create this object, run the Get-VBRViVirtualDevice cmdlet. | True | Named | True (ByValue, ByPropertyName) |
Datastore | Specifies a datastore. The cmdlet will map backed-up virtual disks to this datastore. Note: If you do not specify this parameter, the cmdlet will will attach backed-up virtual disks to the default datastore. | Accepts the CViDatastoreItem object. To create this object, run the Find-VBRViDatastore cmdlet. | False | 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 VBRViVirtualDeviceMappingRule object that defines defines backed-up virtual disks mapping settings.
Examples
Example 1. Mapping Backed-Up Virtual Disks to Default Datastore
This example shows how to map the backed-up virtual disk to the default datastore. The cmdlet will attach the virtual disk of the VM that is backed up by the Winsrv4515 job.
Perform the following steps:
The Get-VBRRestorePoint cmdlet will return an array of restore points. Consider that the array numbering starts with 0. In our example, the fourth restore point will be used.
The Get-VBRViVirtualDevice cmdlet will return an array of disks. Consider that the array numbering starts with 0. In our example, the first disk will be used.
|
Example 2. Mapping Backed-Up Virtual Disks to Specific Datastore
This example shows how to map the backed-up virtual disk to the LocalStore_0 datastore. This datastore is connected to the WinSrv2073 server. The cmdlet will map the virtual disk of the VM that is backed up by the Winsrv4515 job.
Perform the following steps:
The Get-VBRRestorePoint cmdlet will return an array of restore points. Consider that the array numbering starts with 0. In our example, the fourth restore point will be used.
The Get-VBRViVirtualDevice cmdlet will return an array of disks. Consider that the array numbering starts with 0. In our example, the first disk will be used.
|
Related Commands