3 examples for VBoxManage

{{ score }}
  # start vm without gui in the background
VBoxManage startvm "vmName" --type headless
        
{{ score }}
  # power off the running vm vmName
VBoxManage controlvm "vmName" poweroff
        
{{ score }}
  # List running vms
VBoxManage list runningvms