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?
Outlook app configurationSolved
Replies (3)
Hi @Nancy,
Sure, I’d be happy to help! Here are the steps to configure the Microsoft Outlook app for iOS devices:
- To begin, verify that the Microsoft Outlook app is already added in your Hexnode app inventory. If it is not, make sure to add it first before proceeding with the next steps.
- Then, navigate to the Apps tab of the Hexnode portal.
- Search for the Microsoft Outlook app in the inventory and click on it.
- Click on the settings (gear) icon on the top right of the app details box. Then, select the App Configuration option.
- Check the App Update Configuration box and upload the XML file that contains all the pre-defined settings for the Outlook app.
- Click Save to apply the configuration to the app.
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
-
Expand