Book Image

VMware Horizon View 6 Desktop Virtualization Cookbook - Second Edition

By : Ventresco
Book Image

VMware Horizon View 6 Desktop Virtualization Cookbook - Second Edition

By: Ventresco

Overview of this book

If you want a more detailed explanation concerning the implementation of several different core features of VMware Horizon View, this is the book for you. Whether you are new to VMware Horizon View or an existing user, this book will provide you with the knowledge you need to successfully deploy several core features and get introduced to the latest features of version 6.0 as well.
Table of Contents (13 chapters)
4
4. Managing VMware Horizon View with PowerCLI
12
Index

Updating the settings of vCenter Server that is linked to Horizon View


The Update-ViewVC command can be used to update the settings of a vCenter Server that is currently linked to Horizon View.

How to do it…

The following example command updates the DeleteRampFactor as well as the description of the vCenter Server named VC-01.vjason.local:

Update-ViewVC -ServerName "VC-01.vjason.local" -DeleteRampFactor 10 -Description "VC-01 vCenter Server"

How it works…

This command supports the same options as the Add-ViewVC command. Specify the vCenter Server to be updated using the ServerName or Name option, and then update the options as required.