You want to wrap this in a batch command.
Pseudo code:
For server in serverlist{ status = PsExec.exe - args echo %server% status is %status% }
Then run thisFile.bat >> logfile.txt and you should get a nice little list like
Server 1 is Version: 7.5.0.2 Server 2 is Version: 7.5.0.2 Server 3 is Server 4 is Version: 7.5.0.2 and so on