--- title: "Add-VBRHvSimpleVirtualLab" description: "Creates a Hyper-V basic virtual lab. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet creates a Hyper-V basic virtual lab." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/add-vbrhvsimplevirtuallab.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > SureBackup > SureBackup Virtual Labs > Add-VBRHvSimpleVirtualLab" dateModified: "2026-08-19" --- # Add-VBRHvSimpleVirtualLab ## Short Description Creates a Hyper-V basic virtual lab. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Add-VBRHvSimpleVirtualLab [-Name ] [-Description ] -Server [-Path ] [-ProxyAppliance ] [] ``` ## Detailed Description This cmdlet creates a Hyper-V basic virtual lab. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Description

Specifies a description. The cmdlet will create a virtual lab with this description.

String

False

Named

False

Name

Specifies a name. The cmdlet will create a virtual lab with this name.

String

False

Named

False

Path

Specifies the path to the folder where virtual lab will be stored.

String

False

Named

False

ProxyAppliance

Specifies a proxy appliance. The cmdlet will add this proxy appliance to a virtual lab.

Accepts the VBRHvVirtualLabProxyAppliance object. To get this object, run the New-VBRHvVirtualLabProxyAppliance cmdlet.

VBRHvVirtualLabProxyAppliance

False

Named

False

Server

Specifies a Microsoft Hyper-V host. The cmdlet will create a virtual lab on this host.

Accepts the CHost object. To get this object, run the Get-VBRServer cmdlet.

CHost

True

Named

False

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object The cmdlet returns the `VBRVirtualLab` object that contains settings of basic Hyper-V virtual labs. ## Examples ::: example ### Creating Basic Virtual Lab | | | --- | | This example shows how to create a basic virtual lab with default settings. The cmdlet will create the virtual lab on the `esx09` host. Perform the following steps: Run the Get-VBRServer cmdlet. Specify the Name parameter value. Save the result to the $host variable. Run the Add-VBRHvSimpleVirtualLab cmdlet. Set the $host variable as the Server parameter value. Specify the Name parameter value. Specify the Description parameter value. | ::: ## Related Commands [`Get-VBRServer`](get-vbrserver.md)