Collecting Simplehelp script outputs

I would like to run some script on multiple computers and get the output/results in a single file on one of my servers. Example: I want to check version of some software, my script is executed on my all machines and it writes result in a text file, usually locally on the same computer. Not a lot of fun to collect results from 50 computers manually. Any idea on how to have them written in a single file?

If you are running your script from a toolbox item there are options via predefined API functions to log the results to the server.

I have several toolbox tools which do just this by checking specific information on a machine, append to a log on the SimpleHelp server and also store certain values as custom properties on the machine.

More information is available here
https://simple-help.com/toolbox-guide#(Post)-LogFile

1 Like