VirtualBox - VboxManage cli
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.
Articles Related
Example
VBoxManage sucommand "Machine name" [options]
VBoxManage sucommand UUID [options]
- Create
VBoxManage createvm --name "%VMName%" --register
- show Configuration
VBoxManage showvminfo "Machine Name"