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

Updating the Horizon View pools


There are five different PowerCLI commands that are used to update the configuration of an existing desktop pool:

  • The Update-AutomaticLinkedClonePool command: This is used to update the configuration of an existing linked-clone pool.

  • The Update-AutomaticPool command: This is used to update the configuration of an existing full-clone pool.

  • The Update-ManualPool command: This is used to update the configuration of an existing manually provisioned pool.

  • The Update-ManualUnmanagedPool command: This is used to update the configuration of an existing manually provisioned unmanaged pool.

  • The Update-TerminalServerPool command: This is used to update the configuration of an existing Windows RDS pool.

How to do it…

To update the configuration of an existing desktop pool, we first need to determine what configuration option we wish to change, as described in the How it works… section of the Managing desktop pools with PowerCLI recipe in this chapter.

Updating a linked-clone...