I have written a very simple script in PowerShell and pushed it out to our devices via the script feature in WS1. When I click on a device and go to the script tab and click on the script run history I can see a variety of information that isn't always the most helpful when troubleshooting.
I was wondering what output from scripts gets returned into the WS1 script log in the console? Is it as simple as using write-out inside my PowerShell script to have data captured via these logs?