This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRViVirtualLabConfiguration

Short Description

Returns virtual labs and their settings.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Get-VBRViVirtualLabConfiguration [-Id <guid[]>] [-Name <string[]>]  [<CommonParameters>]

Detailed Description

This cmdlet returns the VBRViVirtualLabConfiguration 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-VBRViVirtualLab 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 specifies 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 specifies names.

String[]

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBRViVirtualLabConfiguration object that an array of virtual labs and all their settings

Examples

Get-VBRViVirtualLabConfigurationExample 1. Getting all Virtual Labs

Get-VBRViVirtualLabConfigurationExample 2. Getting Virtual Lab by ID

Get-VBRViVirtualLabConfigurationExample 3. Getting Virtual Lab by Name