Install the launch agent - talkingmoose/Outlook-Exchange-Setup-5 GitHub Wiki
Copy the net.talkingmoose.OutlookExchangeSetupLaunchAgent.plist file to:
Macintosh HD > Library > LaunchAgents
Note: You will need to use the chown and chmod commands in Terminal to correctly set ownership and permissions on the file:
/usr/bin/sudo /usr/sbin/chown root:wheel '/Library/LaunchAgents/net.talkingmoose.OutlookExchangeSetupLaunchAgent.plist'
/usr/bin/sudo /bin/chmod 644 '/Library/LaunchAgents/net.talkingmoose.OutlookExchangeSetupLaunchAgent.plist'