Add-VSBHvVirtualLab (obsolete)
Short Description
Creates a Hyper-V virtual lab.
Note |
|
This cmdlet is obsolete and not supported. Run the |
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Add-VSBHvVirtualLab [-Name <String>] [-Server <CHost>] [-Folder <String>] [<CommonParameters>] |
Detailed Description
This cmdlet creates a new Hyper-V virtual lab.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Folder |
Specifies the path to the folder where the redo log files of the virtual lab will be stored. |
|
False |
Named |
False |
|
Name |
Specifies the name you want to assign to the virtual lab. |
|
False |
Named |
False |
|
Server |
Specifies the Hyper-V host where the virtual lab should be created. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Creating Hyper-V Virtual Lab
This example shows how to create the Exchange VLab 01 Hyper-V virtual lab.
|
$server = Get-VBRServer -Name "esx05.tech.local" Add-VSBHvVirtualLab -Name "Exchange VLab 01" -Server $server -Folder "c:\VirtualLabs" |
Perform the following steps:
- Run the
Get-VBRServerReturns hosts connected to the backup infrastructure. cmdlet. Specify theNameparameter. Save the result to the$servervariable. - Run the
Add-VSBHvVirtualLabcmdlet. Specify theNameparameter. Set the$servervariable as theServerparameter value. Specify thePathparameter.
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.