Posted on 07-06-2018 06:15 AM
I guess I'm late to the game on this one...
I just found the MS doc on how to Suppress the O365 redirection prompt with the defaults command.
(See https://support.microsoft.com/en-us/help/3206915/how-to-suppress-the-office-365-autodiscover-redirect-warning-in-outloo)
I'm assuming this simple XML could be put into a custom settings payload and applied at the Computer level:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>TrustO365AutodiscoverRedirect</key>
<true/>
</dict>
</plist>
Does anyone know if this will work in a Jamf configuration profile targeted at the computer level (i.e.; for all users)?