How Can We Help?
Finding the Windows version of a remote machine in the same network
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 "