31May/100
How to find computer serial number
How to find computer serial number in Windows:
From the Command line prompt type
wmic bios get serialnumber
To get the computer model
wmic csproduct get name
How to find computer serial number in Linux:
from the command line type
dmidecode | grep "System Information" -a10
24May/100
The Session Is Not Authenticated
While trying to convert a VM from one location to another you get the error: The Session is not authenticated
SOLUTION:
Exit the standalone converter and open your services (Start>Run and then type in services.msc and press enter.)
Locate following services and stop them in this order:
- VMWare vCenter Converter Server
- VMWare vCenter Converter Agent
Now start the services in this order:
- VMWare vCenter Converter Server
- VMWare vCenter Converter Agent
Start the vCenter Converter again and start the conversion process.