Home Start ESXI VM From CLI
Post
Cancel

Start ESXI VM From CLI

ESXI CLI

Enable ESXI SSH access then connect the ESXi host via SSH.

To get a list of all VMs run:

1
vim-cmd vmsvc/getallvms

Find the ID for the VM you want to start and Replace <##> in the command below:

1
vim-cmd vmsvc/power.on <##>
This post is licensed under CC BY 4.0 by the author.