I’ve recently created a script to report various system/status settings on a group of machines, which I can then study via the policy logs in Casper. To improve the readability of the output I’ve incorporated some switches to add tabs and new lines in appropriate places. This works well if I run the script locally and output to text file, but, when the script is run via Casper some of the formatting is ignored in the logs – e.g. printf and echo –e switches. I’ve spoken with tech support and it appears that this formatting is not supported via Casper logs.
Has anyone else found this to be a problem and/or found a way around it – other than outputting to text files and uploading to the JSS?