VBox Port-Forwarding:

VBoxManage getextradata winxp enumerate
VBoxManage setextradata winxp "VBoxInternal/Devices/pcnet/0/LUN#0/Config/mstsc/HostPort" 1234
VBoxManage setextradata winxp "VBoxInternal/Devices/pcnet/0/LUN#0/Config/mstsc/GuestPort" 1234
VBoxManage setextradata winxp "VBoxInternal/Devices/pcnet/0/LUN#0/Config/mstsc/Protocol" TCP

Siehe: http://www.unixboard.de/vb3/showthread.php?t=35127

festplatte vergrößern:

VBoxManage modifyhd YOUR_HARD_DISK.vdi --resize SIZE_IN_MB
VBoxManage modifyhd win7.vdi --resize 30720

Start VM von der CLI

VBoxManage startvm <VMNAME>