Hello
MobiControl: 15.5.1
iOS: 15.5
2. attempt at creating a post since it is not possible to edit after posting.
iOS device has been enrolled as unsupervised, device enrolment with user authentication. App policy installs Outlook and other necessary apps, Conditional Access authorizes access.
Customer has trouble synchronising contacts between Outlook on Windows, Outlook on their iPhone and their personal contacts in the Contacts-app. When they go to the Contacts-app on the phone, they only see contacts created on their phone, not contacts from Office 365 or contacts they have created in Outlook on their computer.
They want everything to synchronise between each other, like it did before they enrolled their iPhone.
I contacted SOTI Support, they had no idea how to fix this. Which is strange since it should be a pretty widespread problem.
I have tried with Outlook Managed App Config. I manage to get everything working, except the keys in bold. I have tried different formats like true/ and true, but no success. Like always, little or no documentation is available from SOTI.
I have also thought about Exchange Active Sync. Maybe this could synchronise contacts only, while Outlook takes care of emails and calendars.
<dict>
<key>com.microsoft.outlook.EmailProfile.EmailAccountName</key>
<string>Office 365</string>
<key>com.microsoft.outlook.EmailProfile.EmailAddress</key>
<string>%ENROLLEDUSER_EMAIL%</string>
<key>com.microsoft.outlook.EmailProfile.EmailUPN</key>
<string>%ENROLLEDUSER_USERNAME%</string>
<key>com.microsoft.outlook.EmailProfile.ServerAuthentication</key>
<string>Username and Password</string>
<key>com.microsoft.outlook.EmailProfile.AccountDomain</key>
<string>%DOMAIN%</string>
<key>com.microsoft.outlook.EmailProfile.ServerHostName</key>
<string>outlook.office365.com</string>
<key>com.microsoft.outlook.EmailProfile.AccountType</key>
<string>ModernAuth</string>
<key>IntuneMAMAllowedAccountsOnly</key>
<string>Disabled</string>
<key>IntuneMAMUPN</key>
<string>%ENROLLEDUSER_USERNAME%</string>
<key>com.microsoft.outlook.Contacts.LocalSyncEnabled</key>
<true/>
<key>com.microsoft.outlook.Contacts.LocalSyncEnabled.UserChangeAllowed</key>
<true/>
</dict>