I have created a very simple script that tells an application to
generate a text log. A policy is in place to run this script as a part
of the ongoing checkin. #!/bin/shsudo promiseutil -C phydrv >
/PegasusLog/log.txt If I run sudo jamf policy in ter...