Find-VBRViResourcePool
Short Description
Returns resource pools.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Find-VBRViResourcePool -Server <CHost> [-Name <String[]>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>] |
Detailed Description
This cmdlet returns resource pools on a selected ESXi host.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Server | Specifies the ESXi host. The cmdlet will return resource pools created on this host. Accepts server object or string (host name) type. | True | Named | True (ByValue, | False |
Name | Specifies the array of resource pool names. The cmdlet will return resource pools with these names. | 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.
Return Type
CViResourcePoolItem
Example 1
This command looks for the list of resource pools located on the ESXi hosts. The servers objects are obtained with Get-VBRServer, sorted by "Type" and piped down.
Example 2
This command looks for the resource pool named "ResourcePool_05" connected to the ESXi host named "ESXiHost". The server object is obtained with Get-VBRServer and piped down.
Related Commands