Get-VMResourcePool

Gets the resource pools on one or more virtual machine hosts.

Syntax

Get-VMResourcePool
   [[-Name] <String[]>]
   [[-ResourcePoolType] <VMResourcePoolType[]>]
   [-ComputerName <String[]>]

Description

The Get-VMResourcePool cmdlet gets the resource pools on one or more virtual machine hosts.

Examples

Example 1

PS C:\>Get-VMResourcePool * VHD

Get all VHD resource pools on the local virtual machine host.

Example 2

PS C:\>Get-VMResourcePool Test*

Get all resource pools on the local virtual machine host having a name that starts with Test.

Example 3

PS C:\>Get-VMResourcePoolTest "test resource pool" VHD

Get all VHD resource pools on the local virtual machine host named test resource pool.

Parameters

-ComputerName

Specifies one or more Hyper-V hosts on which the resource pools are to be retrieved. NetBIOS names, IP addresses, and fully-qualified domain names are allowable. The default is the local computer - use "localhost" or a dot (".") to specify the local computer explicitly.

Type:String[]
Position:Named
Default value:.
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Name

Specifies the name of the resource pool or pools to be retrieved. Wildcards are allowed.

Type:String[]
Position:1
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:True

-ResourcePoolType

Specifies the type of the resource pool or pools to be retrieved.

Type:VMResourcePoolType[]
Position:2
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:True

Outputs

Microsoft.Virtualization.Powershell.ResourcePool