Get-VBRViVirtualLabConfiguration
Short Description
Returns virtual labs and their settings.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRViVirtualLabConfiguration [<CommonParameters>]
-
IdGet-VBRViVirtualLabConfiguration [-Id <Guid[]>] [<CommonParameters>]
-
NameGet-VBRViVirtualLabConfiguration [-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-VBRViVirtualLabModifies settings of VMware virtual labs. 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. |
|
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. |
|
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
Examples
Example 1. Getting all Virtual Labs
|
This command returns all virtual labs that are added to the Veeam Backup & Replication infrastructure. The cmdlet output will contain settings of the virtual labs.
|
Example 2. Getting Virtual Lab by ID
|
This command returns the
|
Example 3. Getting Virtual Lab by Name
|
This command returns the SQL Virtual Lab virtual lab. The cmdlet output will contain settings of the virtual lab.
|