Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check my windows server is virtual machine or physical machine

Tags:

People also ask

How do I know if my system is virtual or physical?

Also you could type systeminfo into a CMD window and if it says System Manufacturer: VMware, Inc. or similar instead of Microsoft Windows then you'll be able to work out of the set-up is virtual or not. Save this answer. Show activity on this post. System manufacturer info will display "VMWare.


I'm remoting desktop to windows servers in our Lab/datacenter. I have a requirement to figure out all our servers are virtual machines or physical servers programatically, certainly we have the environment sheet tell us which is which. But I need to write code to distinguish it. What technique I need to use? I didn't find a .Net Assembly to do that. Looking for expert to share your knowledge or guidance, any research direction or link, anything will be appreciated!