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

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...