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 unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...