This is an archive version of the document. To get the most up-to-date information, see the current version.

Find-VBRViResourcePool

Short Description

Returns VMware resource pools.

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

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

Type

Required

Position

Accept Pipeline Input

Server

Specifies the ESXi host. The cmdlet will return resource pools created on this host.

Accepts server object or string (host name) type.

Accepts the CHost object. To get this object, run the Get-VBRServer cmdlet.

True

Named

True (ByValue,
ByProperty
Name)

Name

Specifies the array of resource pool names. The cmdlet will return resource pools with these names.

String[]

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Return Type

This cmdlet returns the CViResourcePoolItem object that contains information on VMware resource pools on a selected ESXi host.

Find-VBRViResourcePoolExample 1. Looking for all Resource Pools on Specific ESXi Host

Find-VBRViResourcePoolExample 2. Looking for Specific Resource Pool on Specific ESXi Host

Related Commands

Get-VBRServer