
WriteLog("Delete ist file from user LaunchAgents folder: Successful.")

My hunch is that I should put it into the 'cleanup' section, like this: tryĭo shell script "/bin/rm $HOME/Library/LaunchAgents/" I am a scripting novice at best, and I'm not sure where the best location for this trigger line would be, or how to call it properly. Here's the script to automate Outlook account setup So, I've found a great script to use for automating the Outlook account setup for a new user, and now I need to add a line to this script that will create a custom event trigger to run a policy that will install the outlook plugin after the account setup is complete. From previous experience, the Outlook plugin for does not work unless the outlook account is set up prior to installation.


I'm trying to determine the best way to install the outlook plugin using JAMF.
