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.