Get-VSBVirtualLab (obsolete)
Short Description
Returns VMware virtual labs.
Note |
|
This cmdlet is deprecated and will be marked as obsolete in the future. It is recommended to re-write your scripts using the |
Platform: VMware
For Hyper-V, run the Get-VSBHvVirtualLabReturns Hyper-V virtual labs. This cmdlet is obsolete. The cmdlet will still work but may not be supported in further versions. cmdlet.
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Name (Default)Get-VSBVirtualLab [-Name <String[]>] [<CommonParameters>]
-
IdGet-VSBVirtualLab [-Id <Guid[]>] [<CommonParameters>]
Detailed Description
This cmdlet returns existing VMware virtual labs.
Run the Find-VSBVirtualLabLooks for virtual labs created on the specified ESXi host. This cmdlet is deprecated and will be marked as obsolete in the future. It is recommended to re-write your scripts using the Connect-VBRViVirtualLab cmdlet. cmdlet to look for virtual labs that are not managed by Veeam Backup & Replication.
You can get the list of all virtual labs or search for instances directly by name or ID.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies the array of VMware virtual lab IDs. The cmdlet will return VMware virtual labs with these IDs. Accepts GUID or string. |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Name |
Specifies the array of VMware virtual lab names. The cmdlet will return VMware virtual labs with these names. |
|
False |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Getting All Virtual Labs
|
This command returns the list of all virtual labs.
|
Example 2. Getting Virtual Labs by Name
|
This command returns virtual labs by name.
|
Example 3. Getting Virtual Labs by Id
|
This command returns virtual labs by Id.
|