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

Reviewing the desktop pool entitlement


The Get-PoolEntitlement command can be used to review the AD users and groups that have been granted access to the specified pool ID.

How to do it…

The Get-PoolEntitlement command supports only one option: Pool_id. The following example command retrieves the entitlement settings for the desktop pool with the FinanceLC1 ID:

Get-PoolEntitlement -Pool_id "FinanceLC1"

Omit the options in order to retrieve a list of user entitlements for all desktop pools. If the pool does not have an entitlement, the command will return an exception.