Delete horizon protected images or VMs or templates
From Notes_Wiki
Home > VMWare platform > VMWare Horizon > Delete horizon protected images or VMs or templates
To delete Horizon protected VMs use:
- Login into existing connection server as domain user
- This can also be a different / new connection server deployed afresh and connected to same vCenter where old horizon protected VMs / templates or images need to be deleted
- Open an administrative cmd
- Go to folder using
- cd C:\Program Files\VMware\VMware View\Server\tools\bin
- Connect to vCenter using:
- iccleanup.cmd -vc <vcenter-fqdn-or-ip> -uid administrator@vsphere.local -skipCertVeri
- List VMs with
- list
- Once you know which VM to delete, delete with
- delete -I <index>
- For example
- delete -I 1
- After delete use "back" command to come back to main prompt
- At any point get help via -h such as
- delete -h
Refer:
- https://vmwarebits.com/unprotectinstantclones
- https://docs.vmware.com/en/VMware-Horizon/2012/virtual-desktops/GUID-6025D684-2E05-4857-9C24-18F16DDC38FD.html
Home > VMWare platform > VMWare Horizon > Delete horizon protected images or VMs or templates