Examples (6)
Show information about a particular virtual machine
VBoxManage showvminfo vm_name|uuidShow more detailed information about a particular virtual machine
VBoxManage showvminfo --details vm_name|uuidShow information in a machine readable format
VBoxManage showvminfo --machinereadable vm_name|uuidSpecify password ID if the virtual machine is encrypted
VBoxManage showvminfo --password-id password_id vm_name|uuidSpecify the password file if the virtual machine is encrypted
VBoxManage showvminfo --password path/to/password_file vm_name|uuidShow the logs of a specific virtual machine
VBoxManage showvminfo --log vm_name|uuidmade by @shridhargupta | data from tldr-pages