Add-VSBHvVirtualLab (obsolete)

Short Description

Creates a Hyper-V virtual lab.

Note

This cmdlet is obsolete and not supported. Run the Add-VBRApplicationGroupCreates application groups for SureBackup jobs. cmdlet instead.

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

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.

String

False

Named

False

Name

Specifies the name you want to assign to the virtual lab.

String

False

Named

False

Server

Specifies the Hyper-V host where the virtual lab should be created.

CHost

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:

  1. Run the Get-VBRServerReturns hosts connected to the backup infrastructure. cmdlet. Specify the Name parameter. Save the result to the $server variable.
  2. Run the Add-VSBHvVirtualLab cmdlet. Specify the Name parameter. Set the $server variable as the Server parameter value. Specify the Path parameter.

Get-VBRServerReturns hosts connected to the backup infrastructure.

Page updated 2026-08-19

Page content applies to build 13.1.1.18