Book Image

VMware Horizon View 6 Desktop Virtualization Cookbook

By : Jason Ventresco
Book Image

VMware Horizon View 6 Desktop Virtualization Cookbook

By: Jason Ventresco

Overview of this book

Table of Contents (18 chapters)
VMware Horizon View 6 Desktop Virtualization Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
4
Managing VMware Horizon View with PowerCLI
Index

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.