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

Resetting a Horizon View desktop


The Send-VMReset command can be used to reset a desktop, for example, when it is in an unresponsive state.

How to do it…

The following example command will reset the desktop named ViewLC0001:

Send-VMReset -Machine_id (Get-DesktopVM -Name "ViewLC0001").machine_id

How it works…

The Send-VMReset command requires the machine ID in order to identify the desktop.