Connect-VBRViVirtualLab
Short Description
Adds VMs to Veeam Backup & Replication.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Connect-VBRViVirtualLab [-VM] <CViVmItem> [<CommonParameters>] |
Detailed Description
This cmdlet adds VMs created on VMware to Veeam Backup & Replication.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
VM |
Specifies a VM that you want to add to Veeam Backup & Replication.
Accepts the |
|
True |
0 |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Adding VM to Virtual Lab
This example shows how to add the Oracle05 VM created on VMware into Veeam Backup & Replication infrastructure.
|
$vm = Find-VBRViEntity -Name "Oracle05" Connect-VBRViVirtualLab -VM $vm |
Perform the following steps:
- Run the
Find-VBRViEntityLooks for VMware objects. cmdlet. Specify theNameparameter value. Save the result to the$vmvariable. - Run the
Connect-VBRViVirtualLabcmdlet. Set the$vmvariable as theVMparameter value.
Related Commands
Find-VBRViEntityLooks for VMware objects.