Hey there,
I’m trying to configure the Microsoft Outlook app for iOS devices using the Hexnode portal. Can you help me out with the steps?
Replies (3)
Save
Hey there,
I’m trying to configure the Microsoft Outlook app for iOS devices using the Hexnode portal. Can you help me out with the steps?
Hi @Nancy,
Sure, I’d be happy to help! Here are the steps to configure the Microsoft Outlook app for iOS devices:
Once you’ve applied the configuration to the app, you’ll need to distribute the app to the target iOS devices. The devices will then automatically download and install the app, and the configured settings will be applied when the app is launched.
I hope that helps! If you have any more questions, feel free to ask.
Cheers,
Eden Pierce
Hexnode UEM
Thanks for the steps! Do you have a sample XML file that I can use as a reference?
Hi @Nancy,
Yes, we do have a sample XML file that you can use as a reference. Here’s an example:
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
<?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>com.microsoft.outlook.EmailProfile.EmailAccountName</key> <string> Example: admin</string> <key>com.microsoft.outlook.EmailProfile.EmailAddress</key> <string>Example: admin@organizationname.com</string> <key>com.microsoft.outlook.EmailProfile.EmailUPN</key> <string>Example: admin@organizationname.com</string> <key>com.microsoft.outlook.EmailProfile.ServerAuthentication</key> <string>Example: Username and Password</string> <key>com.microsoft.outlook.EmailProfile.AccountDomain</key> <string>Example: organizationname</string> <key>com.microsoft.outlook.EmailProfile.ServerHostName</key> <string>Example: mail.organization.com</string> <key>com.microsoft.outlook.EmailProfile.AccountType</key> <string>Example: BasicAuth</string> <key>IntuneMAMAllowedAccountsOnly</key> <string>Example: Enabled</string> <key>IntuneMAMUPN</key> <string>Example: admin@organizationname.com</string> </dict> </plist> |
In this file, you’ll need to replace the example values with the actual values for your organization. For example, you’ll need to specify the email address, server hostname, and authentication settings that you want to use.
I hope that helps! If you have any more questions, feel free to ask.
Cheers,
Eden Pierce
Hexnode UEM
Don't have an account? Sign up