Windows - Useful commands |
## Query the DNS with IP address to find server name: nslookup 142.212.151.115 or server name: nslookup sdchqok1.intra.pri ## Find users in a DOMAIN group net group oracleadmins /DOMAIN ## Find out if server is physical or virtual systeminfo /s %computername% | findstr /c:"Model:" /c:"Host Name" /c:"OS Name" |