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 |
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
|
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. |
|
False |
Named |
False |
|
Server |
Specifies the VMware host. The cmdlet will return virtual labs created on this host. |
|
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
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.
Perform the following steps:
|
Example 2. Getting All Virtual Labs on ESXi Hosts [Using Pipeline]
|
This example shows how to get the
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.