Would you mind trying my modified version of the script to see if it
works for you without an Outlook profile? You don't need to package it
or anything extra and it pulls the settings from parameters 4-6, just
like the one you're using. #!/bin/sh #se...
Jamf App Installers looks to be using a PKG installer as well, so that
probably isn't the issue. I actually modified the script to download the
TemplateDB.reg directly from GitHub and use parameters from a Jamf
policy. All of that is working fine... ...
Hmmm. I still can't seem to get it working before an account has been
added to Outlook. The script creates the file without issue, but the
application doesn't take the changes. The file permissions match the
ones that were on the the copy of Microsof...
Geez, that's pretty annoying. I don't know that much about how it
authenticates (I'm not involved with the server side), but we definitely
use a local cert and I've never seen someone get prompted for creds and
I know I didn't have to do anything men...