Find-VBRViResourcePool
Short Description
Returns VMware resource pools.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Find-VBRViResourcePool [-Name <String[]>] -Server <CHost> [<CommonParameters>] |
Detailed Description
This cmdlet returns resource pools on a selected ESXi host.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies the array of resource pool names. The cmdlet will return resource pools with these names. |
|
False |
Named |
False |
|
Server |
Specifies the ESXi host. The cmdlet will return resource pools created on this host.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
This cmdlet returns the CViResourcePoolItem object that contains information on VMware resource pools on a selected ESXi host.
Examples
Example 1. Looking for all Resource Pools on Specific ESXi Host
|
This example shows how to get a list of resource pools on the
Perform the following steps:
|
Example 2. Looking for Specific Resource Pool on Specific ESXi Host
|
This example shows how to get the
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.