8VBoxManage reference
•enumerate <vm>
If
–* (asterisk): represents any number of characters; for example, “/VirtualBox*“ would match all properties beginning with “/VirtualBox”.
–? (question mark): represents a single arbitrary character; for example, “fo?“ would match both “foo” and “for”.
– (pipe symbol): can be used to specify multiple alternative patterns; for example, “s*t*“ would match anything starting with either “s” or “t”.
•get <vm>: This retrieves the value of a single property only. If the property cannot be found (e.g. because the guest is not running), this will print “No value set¡‘.
•set <vm> <property> [<value>
–TRANSIENT: the value will not be stored with the VM data when the VM exits;
–RDONLYGUEST: the value can only be changed by the host, but the guest can only read it;
–RDONLYHOST: reversely, the value can only be changed by the guest, but the host can only read it;
–READONLY: a combination of the two, the value cannot be changed at all.
•wait <vm> <pattern>
8.26 VBoxManage dhcpserver
The “dhcpserver” commands allow you to control the DHCP server that is built into VirtualBox. You may find this useful when using internal or
Use the following command line options:
133