How to list all registered VBoxHeadless VMs with their parameters?

link|improve this question

38% accept rate
feedback

1 Answer

up vote 1 down vote accepted

VBoxManage list vms --long will show you the parameters of all VMs; if you only want to see those with zero displays, you will have to postprocess the data.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.