Find-VSBVirtualLab (obsolete)

Short Description

Looks for virtual labs created on the specified ESXi host.

Note

This cmdlet is deprecated and will be marked as obsolete in the future. It is recommended to re-write your scripts using the Connect-VBRViVirtualLabAdds VMs to Veeam Backup & Replication. cmdlet.

Platform: VMware

For Hyper-V, run the Find-VSBHvVirtualLabLooks for virtual labs created on the specified Hyper-V host. 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

Find-VSBVirtualLab [-Name <String[]>] [-Server] <CHost> [<CommonParameters>]

Detailed Description

This cmdlet returns virtual labs created on the specified ESXi host, both registered in Veeam Backup & Replication and not.

You can get the list of all VMware virtual labs on the specified ESXi host or look for instances directly by name.

Run the Connect-VSBVirtualLabConnects an existing VMware virtual lab. 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 add the unregistered virtual labs to Veeam Backup & Replication.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies the array of virtual lab names. The cmdlet will return virtual labs with these names.

String[]

False

Named

False

Server

Specifies the VMware host. The cmdlet will return virtual labs created on this host.

CHost

True

0

True (ByPropertyName, ByValue)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

CVirtualLabDescriptor

Examples

Find-VSBVirtualLab (obsolete)Example 1. Getting All Virtual Labs on ESXi Hosts [Using Pipeline]

This example shows how to get the list of all virtual labs located on the ESXi hosts.

Get-VBRServer -Type ESXi | Find-VSBVirtualLab

Perform the following steps:

  1. Run the Get-VBRServerReturns hosts connected to the backup infrastructure. cmdlet. Specify the Type parameter value.
  2. Pipe the cmdlet output to the Find-VSBVirtualLab cmdlet.

Find-VSBVirtualLab (obsolete)Example 2. Getting All Virtual Labs on ESXi Hosts [Using Pipeline]

This example shows how to get the MailServer_VLab virtual lab connected to the ESXiHost ESXi host.

Get-VBRServer -Name "ESXiHost" | Find-VSBVirtualLab -Name "MailServer_VLab"

Perform the following steps:

  1. Run the Get-VBRServerReturns hosts connected to the backup infrastructure. cmdlet. Specify the Name parameter value.
  2. Pipe the cmdlet output to the Find-VSBVirtualLab cmdlet. Specify the Name parameter value.

Get-VBRServerReturns hosts connected to the backup infrastructure.

Page updated 2026-08-19

Page content applies to build 13.1.1.18