--- title: "Get-VSBVirtualLab (obsolete)" description: "This cmdlet returns existing VMware virtual labs. Run the Find-VSBVirtualLab 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." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vsbvirtuallab.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Obsolete Cmdlets > Get-VSBVirtualLab (obsolete)" dateModified: "2026-08-19" --- # Get-VSBVirtualLab ## 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 [`Get-VBRVirtualLab`](get-vbrvirtuallab.md) cmdlet. ::: **Platform**: VMware For Hyper-V, run the [`Get-VSBHvVirtualLab`](get-vsbhvvirtuallab.md) cmdlet. **Product Edition**: Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
Name (Default)
Id
|
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) |