LinuxCommandLibrary

vboxmanage-list

List information about the Oracle VM VirtualBox software and associated service.

TLDR

List all VirtualBox virtual machines

$ VBoxManage list vms
copy


Show DHCP servers available on the host system
$ VBoxManage list dhcpservers
copy


Show Oracle VM VirtualBox extension packs currently installed
$ VBoxManage list extpacks
copy


Show all virtual machine groups
$ VBoxManage list groups
copy


Show virtual disk settings that are currently in use by VirtualBox
$ VBoxManage list hdds
copy


Show host-only network interfaces available on host system
$ VBoxManage list hostonlyifs
copy


Show the list of currently running virtual machines
$ VBoxManage list runningvms
copy


Show host system information
$ VBoxManage list hostinfo
copy

Copied to clipboard