How to check the uuid of a virtualbox vdi?
Run VBoxManage
and pass it showhdinfo
and your VDI:
VBoxManage.exe showhdinfo "c:\MyMachine.vdi"
VBoxManage list vms
will list the virtual machines and their uuids without having to know the path to the particular vdi.