Running Network WMI Queries on the Command Line
Try:
wmic /node:machine_name product get name,version,vendor
Where machine_name is the computer you are interested in. You will need the correct permissions to get to the remote machine. This example just returns installed software.
Read other posts