Killing a hung VM in LabManager (ESX)
First find the machine name which in LabManager is usually proceeded by a 6 digit number. Then from the console type“ps -auxwww | grep -i (######-machine name).vmx” This will give you the PID which you can kill using “kill -9 (PID)”