Table of Contents

About

VBoxManage is the command-line interface for automated and very detailed control of every aspect of VirtualBox. It is described in Chapter 8, VBoxManage.

Example

VBoxManage sucommand "Machine name" [options]
VBoxManage sucommand UUID [options]
  • Create
VBoxManage createvm --name "%VMName%" --register
  • show Configuration
VBoxManage showvminfo "Machine Name"