Hi:
Probably simple and covered before, but not finding the answer. How can we send log output to the "Result of Command" part of the policy log or anywhere in the policy log, when running a command from the run command field? We'll get blank output instead, see below. (Just an example of what we're seeing not an actual command we're running).
Running command if [ -e /Users/user/ ]; echo "User exists"; else echo "User does not exist"; fi; exit 0
Result of command:
Thanks all
