Code: Select all
% VBoxManage list vms
VirtualBox Command Line Management Interface Version 3.0.12
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
[...]
"ubuntu2" {df9e037f-c34a-4efe-b1b6-b6c1330d41e8}
%Code: Select all
sudo VBoxManage modifyvm "ubuntu2" --vrdpport 14001 --vrdp on --vrdpauthtype external
VirtualBox Command Line Management Interface Version 3.0.12
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
ERROR: Could not find a registered machine named 'ubuntu2'
Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBox, interface IVirtualBox, callee nsISupports
Context: "FindMachine(Bstr(a->argv[0]), machine.asOutParam())" at line 863 of file VBoxManageModifyVM.cpp