How Can We Help?

Categories

Finding the Windows version of a remote machine in the same network

You are here:
< Back
systeminfo /s remote_computer_name

To get just the hostname and OS from systeminfo pipe in findstr, this eliminates the other noise

systeminfo /s [machine name]|findstr /i "host OS "