In VirtualBox, is there a way to get a guest VM's own name from within that guest? The closest I found was VBoxControl guestproperty enumerate but that did not include any of aforementioned values. I'm running VirtualBox 5.1.20, Windows Server 2012 on the guest, and guest additions are installed.
Note I am able to get that information from the host by calling VBoxManage list vms.
It would also be adequate if I could set "some string property" from the host via VBoxManage that could be read by the guest via VBoxControl