Find-VBRResourcePool (obsolete)
Short Description
Looks for VMware resource pools.
|
Note |
|
This cmdlet is obsolete. The cmdlet still works, but it is recommended to rewrite your scripts using the Find-VBRViResourcePool cmdlet. |
Applies to
Platform: VMware
Syntax
|
Find-VBRResourcePool -Server <CHost> [-Name <String[]>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>] |
Detailed Description
This cmdlet returns a list of all VMware resource pools on the specified ESXi host.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
Server |
Specifies the host you want to look for resource pool on. |
Accepts the CHost object. To get this object, run the Get-VBRServer cmdlet. |
True |
1 |
True (ByValue, |
|
Name |
Specifies the name of the resource pool you want to get, or search conditions. You can specify multiple names separated by commas. |
String[] |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Related Commands