VM (vSphere) CLI for powering VM’s
Start with ~ # vim-cmd vmsvc/getallvms use the ID returned for the VM in question to ~ # vim-cmd vmsvc/power.getstate <ID> then ~ # vim-cmd vmsvc/power.on <ID> And we’re done… If you want to kill a machine remotely (lets say you want to shutdown your teenage daughters machine because it’s past her curfew) net…