Retrieving a list of the Horizon View desktop pools
The Get-Pool
command can be used to retrieve a list of all the Horizon View pools or simply those that match the supplied specifications.
How to do it…
The following command will retrieve a list of the Horizon View pools that have the PCoIP
protocol enabled:
Get-Pool -Enabled $true -Protocol PCoIP
Omit the options to retrieve a list of all the Horizon View pools.
How it works…
The Get-Pool
command can be used to obtain information on desktop pools based on these options: Description
, DisplayName
, Enabled
($true
or $false
), Pool_id
, PoolType
, Protocol
, and VcServerName
. The VcServerName
option is simply the name of the vCenter Server that hosts the desktop pool's virtual machines.