Get-VSBVirtualLab
Short Description
Returns VMware virtual labs.
|
This cmdlet is deprecated and will be marked as obsolete in the future. It is recommended to re-write your scripts using the Get-VBRVirtualLab cmdlet. |
Applies to
Platform: VMware
For Hyper-V, run Get-VSBHvVirtualLab.
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides 2 parameter sets.
- For getting VMware virtual labs by name:
- For getting VMware virtual labs by ID:
Detailed Description
This cmdlet returns existing VMware virtual labs.
Run Find-VSBVirtualLab 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 | Required | Position | Accept | Accept |
---|---|---|---|---|---|
Name | Specifies the array of VMware virtual lab names. The cmdlet will return VMware virtual labs with these names. | False | Named | False | True |
Id | Specifies the array of VMware virtual lab IDs. The cmdlet will return VMware virtual labs with these IDs. Accepts GUID or string type. | False | Named | False | True |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Example 1
This command returns the list of all virtual labs.
Example 2
This command returns virtual labs by name.
Example 3
This command returns virtual labs by Id.