Verify Windows server is virtual or physical

 Run below command on CMD prompt of windows machine:

systeminfo /s %computername% | findstr /c:"Model:" /c:"Host Name" /c:"OS Name"



C:\Users\Administrator>systeminfo /s %computername% | findstr /c:"Model:" /c:"Host Name" /c:"OS Name"

Host Name:                 RANJIServer

OS Name:                   Microsoft Windows Server 2016 Standard

System Model:              VMware Virtual Platform


C:\Users\Administrator>


No comments:

Post a Comment

How to increase ESXi webclient login user application timeout

 To increase the default 15min timeout to 2hr Login to the esxi webclient on the right top corner ->Click the User login tab Select "...