Get-VBRHvVirtualLabConfiguration

Short Description

Returns virtual labs and their settings.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get all virtual labs that are added to the Veeam Backup & Replication infrastructure.

Get-VBRHvVirtualLabConfiguration  [<CommonParameters>]

  • Get an array of virtual labs with the specified ID.

Get-VBRHvVirtualLabConfiguration [-Id <guid[]>]  [<CommonParameters>]

  • Get an array of virtual labs with the specified name.

Get-VBRHvVirtualLabConfiguration [-Name <string[]>]  [<CommonParameters>]

Detailed Description

This cmdlet returns the VBRHvVirtualLabConfiguration object that contains an array of virtual labs and all their settings. You can use this object to modify settings of virtual labs.

Run the Set-VBRHvVirtualLab cmdlet to modify settings of virtual labs.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

Specifies an array of IDs for a virtual lab. The cmdlet will return an array of virtual labs with the specified ID.

Guid[]

False

Named

False

Name

Specifies an array of names for a virtual lab. The cmdlet will return an array of virtual labs with the specified names.

String[]

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 VBRViVirtualLabConfiguration object that an array of virtual labs and all their settings

 

Page updated 11/8/2023

Page content applies to build 12.1.1.56