Close Menu
Peter Klapwijk – In The Cloud 24-7Peter Klapwijk – In The Cloud 24-7
    Facebook X (Twitter) Instagram
    Peter Klapwijk – In The Cloud 24-7Peter Klapwijk – In The Cloud 24-7
    • Home
    • Intune
    • Windows
      • Modern Workplace
    • macOS
    • Android
    • iOS
    • Automation
      • Logic Apps
      • Intune Monitoring
      • GitHub
    • Security
      • Passwordless
      • Security
    • Speaking
    • About me
    Peter Klapwijk – In The Cloud 24-7Peter Klapwijk – In The Cloud 24-7
    Home»Intune»Configure the Enterprise Mode Site List with Microsoft Intune
    Intune

    Configure the Enterprise Mode Site List with Microsoft Intune

    Peter KlapwijkBy Peter KlapwijkFebruary 15, 2020Updated:April 28, 202064 Mins Read

    I already wrote a couple of blog posts recently related to the managing the new Microsoft Edge Chromium browser with Microsoft Intune, which are listed here. Today’s post is about configuring the Enterprise Mode Site list with Microsoft Intune, which forces websites to use Internet Explorer Mode (IE Mode) in Edge. This might by handy for admins to force websites (mostly legacy web apps) to use IE Mode, when they don`t run fine in Edge, but do run fine on Internet Explorer.

    There are a few steps involved in configuring the Enterprise Mode Site list and configure Edge with Intune to use the list:

    • Create the Enterprise Mode Site list
    • Create Azure Blob Storage
    • Configure Administrative Templates profile in Intune

    Create the Enterprise Mode Site list

    To control which websites are opened in Internet Explorer Mode, we need to use the Enterprise Mode Site list (EML). The EML is created using the Enterprise Mode Site list Manager which can be downloaded here. Only Version 2 of the tool is compatible with the new Edge browser.

    After downloading and installing the tool, start the EML manager. By clicking Add you can add URLs to the list. For every URL you set a Compat Mode and Open In.
    For Open in when you choose None, the URL is allowed to open in Internet Explorer and Edge. Choose IE11 to force the URL to open in IE or choose MSEdge to open the URL in Edge.

    After adding all the URLs, save the file. The end result is an XML file with all the configured URLs.

    Create Azure Blob Storage

    We need a solution to make the Enterprise Mode List available for our Intune managed devices from every location where they are located. I choose to use Azure Blob Storage to host the XML file. The XML file will be available for all Intune managed device via an URL.

    • Sign-in to the Azure portal
    • Browse to Storage accounts
    • Click Add
    • Choose your Subscription and Resource Group
    • Enter a Storage account name
    • Choose a Location
    • Everything else can be left default
    • Click Next: Networking
    • Make sure Public Endpoint (all networks) is selected
    • Click Review + Create
    • Click Create

    a

    Browse to the storage account as soon as the creation of the storage account is finished.

    • Browse to the Containers tab
    • Click +Container
    • Give the container a Name
    • Choose Blob (Anonymous read access for blobs only) as Public access level
    • Click OK to create the container
    • On the Overview tab click Upload
    • Browse to the previously created XML file
    • Click Upload
    • Open the settings of the file
    • On the Overview tab you find the URL which we need later

    You can test if the list file is available by copying the URL in Edge. If the XML file is displayed, the configuration is correct and the Enterprise Mode Site list is available for your internet connected devices.

    Configure Administrative Templates profile

    To configure the new Edge browser to make use of the Enterprise Mode Site list, we can use an Administrative Templates profile in Microsoft Intune. In this profile we configure one setting to configure the Enterprise Mode Site list and where the list is located (the URL from the previous configuration part). And the second setting to configure the Internet Explorer integration.

    • Sign-in to the Device Management Portal
    • Browse to Devices – Windows
    • On the Configuration Profiles tab click Create profile
    • Give the configuration profile a Name
    • Enter a Description (optional)
    • Choose Windows 10 as Platform
    • Choose Administrative Templates as Profile type
    • Click Create
    • Open the settings tab
    • Select Edge version 77 and later from the drop-down list
    • Search for Configure the Enterprise Mode Site List
    • Click on the policy with Setting type Device to open the setting
    • Select Enabled
    • Enter the URL from the EML/ XML file which we uploaded to Azure Blob Storage
    • Click OK
    • Search for Configure Internet Explorer Integration
    • Select Enabled
    • Choose Internet Explorer Mode from the drop-down list
    • Click OK

    These are the two settings we need to deploy.
    Assign the configuration profile to a security group.

    End-user experience

    Start Edge Chromium on a Windows 10 device and browse to an URL which is added to the Enterprise Mode Site List. An Internet Explorer icon is shown on the left of the URL. When you click on the icon a message is shown:
    This page is open in Internet Explorer mode.

    When you enter edge://compat in the address bar, you are redirected to the Microsoft Edge Compatibility page which shows an list of the URLs added to the EML.

    That`s it for this post! Hope it`s of any help for you.
    If you have a question, let me know via the comments!

    Browser Edge EMS Intune MEM Microsoft 365 Microsoft Edge Microsoft Endpoint Manager Windows10
    Share. Facebook Twitter LinkedIn Email WhatsApp
    Peter Klapwijk
    • Website
    • X (Twitter)
    • LinkedIn

    Peter is a Security (Intune) MVP since 2020 and is working as Modern Workplace Engineer at Wortell in The Netherlands. He has more than 15 years of experience in IT, with a strong focus on Microsoft technologies like Microsoft Intune, Windows, and (low-code) automation.

    Related Posts

    Remove the built-in Teams client and chat icon from Windows 11

    October 8, 2021

    Enable passwordless security key sign-in in Hybrid Azure Active Directory environments

    February 25, 2020

    Setup a Windows 10 Multi App Kiosk device with Microsoft Intune

    August 6, 2019
    View 6 Comments

    6 Comments

    1. Ákks on February 16, 2020 21:05

      Nice article, thx!
      How can you configure websites for using ActiveX components?
      E.g. open SharePoint document libraries in File Explorer.

      Reply
      • Peter Klapwijk on February 17, 2020 19:45

        I`m not aware of any possibility to control ActiveX related settings (with Intune).

        Reply
    2. Christian Kanja on February 17, 2020 11:49

      Hi Peter,

      good article with all the need-to-know details. But for those just ‘want to get it done’ we do have a free companion hiding all the work for admins by using a website for all adding/removing entries to the lists, in addition some other options regarding Edge/IE. Maybe worth trying:

      https://azuremarketplace.microsoft.com/en-us/marketplace/apps/gluckkanja.m365-wcs

      Best regards,
      Christian

      Reply
    3. Michaël VdS on March 3, 2020 09:03

      Thanks for the article!

      Reply
      • Peter Klapwijk on March 3, 2020 20:17

        You`re welcome Michaël!

        Reply
    4. Tran Boelsterli on June 5, 2020 20:22

      Hi Peter,
      For the xml URL, should we choose Blob (Anonymous read access for blobs only) as Public access level? Or choose Private for a SAS (Shared Access Signature) URL to be more secured? Please let us know if you experienced SAS URL for your xml file and if there is any concern.

      Also, we’re experiencing caching issue. Per https://anderseideblog.wordpress.com/2017/02/15/using-azure-storage-account-to-publish-enterprise-mode-list/, I set CacheControl = “public, no-cache” on the xml file properties, which ensures that the xml file isn’t cached on the client, and therefor I could see that the xml file was updated pretty fast after I changed it. However, the caching issue is the websites (in the xml file) do not open in the appropriate browser (even AFTER we cleared the IE cache and MS Edge cache). Sometimes we had to reboot the machine. Any idea is greatly appreciated. Thank you!

      Reply
    Leave A Reply Cancel Reply

    Peter Klapwijk

    Hi! Welcome to my blog post.
    I hope you enjoy reading my articles.

    Hit the About Me button to get in contact with me or leave a comment.

    Awards
    Sponsor
    Latest Posts

    Intune connector for Active Directory configuration error

    August 29, 2025

    Deploy Microsoft Defender updates in deployment rings

    July 4, 2025

    Create deployment ring groups for Microsoft Intune

    June 27, 2025

    Update Windows Defender during Windows Autopilot enrollments

    May 16, 2025
    follow me
    • Twitter 4.8K
    • LinkedIn 6.1K
    • YouTube
    • Bluesky 1.5K
    Tags
    Administrative Templates Android Automation Autopilot Azure Azure AD Browser Conditional Access Edge EMS Exchange Online Feitian FIDO2 Flow Google Chrome Graph Graph API Identity Management Intune Intune Monitoring iOS KIOSK Logic Apps macOS MEM MEMMonitoring Microsoft 365 Microsoft Defender Microsoft Edge Microsoft Endpoint Manager Modern Workplace Office 365 OneDrive for Business Outlook Passwordless PowerApps Power Automate Security SharePoint Online Windows Windows 10 Windows10 Windows 11 Windows Autopilot Windows Update
    Awards
    Sponsor
    Follow me on Twitter
    Tweets by inthecloud_247
    Tags
    Administrative Templates Android Automation Autopilot Azure Azure AD Browser Conditional Access Edge EMS Exchange Online Feitian FIDO2 Flow Google Chrome Graph Graph API Identity Management Intune Intune Monitoring iOS KIOSK Logic Apps macOS MEM MEMMonitoring Microsoft 365 Microsoft Defender Microsoft Edge Microsoft Endpoint Manager Modern Workplace Office 365 OneDrive for Business Outlook Passwordless PowerApps Power Automate Security SharePoint Online Windows Windows 10 Windows10 Windows 11 Windows Autopilot Windows Update
    Archives
    Peter Klapwijk

    Hi! Welcome to my blog post.
    I hope you enjoy reading my articles.

    Hit the About Me button to get in contact with me or leave a comment.

    Copy right

    This information is provided “AS IS” with no warranties, confers no rights and is not supported by the authors, or In The Cloud 24-7.

     

    Copyright © 2025 by In The Cloud 24-7/ Peter Klapwijk. All rights reserved, No part of the information on this web site may be reproduced or posted in any form or by any means without the prior written permission of the publisher.

    Shorthand; Don’t pass off my work as yours, it’s not nice.

    Recent Comments
    • Peter Klapwijk on Deploy Microsoft Defender updates in deployment rings
    • Magnus on Deploy Microsoft Defender updates in deployment rings
    • Gertjan Jongeneel on Add an Azure AD group to the local administrators group with Microsoft Intune
    • Peter Klapwijk on Add a certificate to the Trusted Publishers with Intune without reporting errors
    • Ram hIRANI on Add a certificate to the Trusted Publishers with Intune without reporting errors
    most popular

    Application installation issues; Download pending

    October 1, 2024

    How to change the Windows 11 language with Intune

    November 11, 2022

    Restrict which users can logon into a Windows 10 device with Microsoft Intune

    April 11, 2020

    Update Microsoft Edge during Windows Autopilot enrollments

    July 9, 2024
    Recent Comments
    • Peter Klapwijk on Deploy Microsoft Defender updates in deployment rings
    • Magnus on Deploy Microsoft Defender updates in deployment rings
    • Gertjan Jongeneel on Add an Azure AD group to the local administrators group with Microsoft Intune
    • Peter Klapwijk on Add a certificate to the Trusted Publishers with Intune without reporting errors
    • Ram hIRANI on Add a certificate to the Trusted Publishers with Intune without reporting errors
    Copy right

    This information is provided “AS IS” with no warranties, confers no rights and is not supported by the authors, or In The Cloud 24-7.

    Copyright © 2023 by In The Cloud 24-7/ Peter Klapwijk. All rights reserved. No part of the information on this web site may be reproduced or posted in any form or by any means without the prior written permission of the publisher.

    Shorthand: Don’t pass off my work as yours, it’s not nice.

    Peter Klapwijk – In The Cloud 24-7
    X (Twitter) LinkedIn YouTube RSS Bluesky
    © 2025 ThemeSphere. Designed by ThemeSphere.

    Type above and press Enter to search. Press Esc to cancel.

    Manage Cookie Consent
    To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
    Functional Always active
    The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
    Preferences
    The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
    Statistics
    The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
    Marketing
    The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
    Manage options Manage services Manage {vendor_count} vendors Read more about these purposes
    View preferences
    {title} {title} {title}