An administrator wants to power on a virtual machine (VM) while connected to an ESXi host using SSH. The VM has the following Name and ID:
VM Name = SQL001
VMID = 12345
Which command would successfully power on the virtual machine?
A.
vim-cmd vmsvc/power.on 12345
B.
vim-cmd vmsvc/power.on SQL001
C.
vmware-vim-cmd vmsvc/power.on 12345
D.
vmware-vim-cmd vmsvc/power.on SQL001
A is correct
https://kb.vmware.com/s/article/1038043