Still have legacy web applications that require Internet Explorer to function properly?

With Internet Explorer 11 now retired (as of June 15, 2022), organizations need a path forward for legacy web applications that were designed for Internet Explorer. Internet Explorer mode - often referred to as IE mode - in Microsoft Edge provides the answer, allowing you to run legacy sites within Microsoft Edge using the Trident MSHTML engine from Internet Explorer 11.

In my previous post, How to configure IE mode and disable Internet Explorer, I covered how to disable Internet Explorer 11 using policies and how to configure an Enterprise Mode Site List hosted on Azure Blob Storage. That approach works well, but it still requires you to host and maintain XML files yourself.

Microsoft has since introduced a fully cloud-native solution: Cloud Site List Management. This feature allows you to manage your site lists directly in the Microsoft 365 Admin Center, removing the need for on-premises infrastructure or manual file hosting. Based on my experience configuring this for customer environments, I will walk you through setting up Cloud Site List Management for Internet Explorer mode using Microsoft Intune.

What is Internet Explorer mode?

Internet Explorer mode on Microsoft Edge makes it easy to use all of the sites your organization needs in a single browser. It uses the integrated Chromium engine for modern sites and the Trident MSHTML engine from Internet Explorer 11 for legacy sites.

This page is open in Internet Explorer (IE) mode
This page is open in Internet Explorer (IE) mode

When a site loads in Internet Explorer mode, the Internet Explorer logo indicator displays on the left side of the navigation bar, indicating the site is running in compatibility mode.

For more information about Internet Explorer mode, see What is Internet Explorer (IE) mode? .

Cloud Site List Management overview

Cloud Site List Management lets you manage your site lists for Internet Explorer mode in the cloud through the Microsoft 365 Admin Center. This approach offers several advantages:

  • Store your organization’s site list in a compliant cloud location instead of needing on-premises infrastructure
  • Create, import, and export site lists through a web interface
  • Audit changes to site list entries
  • Publish multiple site lists and assign different groups of devices to use different lists
  • Collect site feedback from users to identify gaps in your site list

Prerequisites

Before you begin, ensure you have the following:

  1. A Microsoft Entra tenant (formerly Azure AD)
  2. Microsoft Edge version 93 or later installed on devices
  3. The latest version of the Microsoft Edge policy files 
  4. Microsoft Edge Administrator or Global Administrator role to access the Microsoft Edge site lists experience
  5. Users must be signed in to Microsoft Edge to consume the cloud-hosted site list

Step 1: Create a cloud site list

The first step is to create and publish your enterprise site list in the Microsoft 365 Admin Center.

  1. Sign in to the Microsoft 365 admin center  with your admin credentials.
  2. Navigate to Settings > Org settings.
  3. Select Microsoft Edge site lists.

Create a new site list

  1. On the Microsoft Edge site lists page, select Create a new list.
  2. Enter a Site list name and Description.
  3. Select Create, then Close panel.

Import an existing site list

If you already have an Enterprise Mode Site List XML file from the Enterprise Mode Site List Manager, you can import it directly:

  1. Select the site list you want to populate.
  2. Select Import list.
  3. Browse and select your XML file.
  4. Select Upload, then Add.

Add sites to your list

  1. Navigate into your site list.
  2. Select Add a site.
  3. Configure the following settings:
SettingDescription
Site addressThe URL of the site to open in Internet Explorer mode
Opens inSelect IE mode to open in Internet Explorer mode within Microsoft Edge
Compatibility modeChoose the document mode (IE5, IE7, IE8, IE9, IE10, IE11, or Default Mode)
Allow redirectsEnable if server-side redirects should remain in IE mode
No mergeEnable for sites that need separate session handling
CommentsAdd notes for version control and auditing
Site list entry configuration options
  1. Select Save.

Publish your site list

Once you have added all required sites:

  1. Navigate back to the Microsoft Edge site lists page.
  2. Select the checkbox next to your site list.
  3. Select Publish site list.
  4. Enter a Version number (for example, 1.0).
  5. Select Publish, then Close panel.

After publishing, copy the Site list ID (GUID) - you will need this for the Microsoft Intune configuration.

Step 2: Configure Microsoft Intune policies

With your site list published, you need to create configuration policies in Microsoft Intune to enable Internet Explorer mode and point devices to your cloud site list.

Create a Settings Catalog policy

  1. Sign in to the Microsoft Intune admin center .
  2. Navigate to Devices > Windows > Configuration.
  3. Select Create > New Policy.
  4. Select Windows 10 and later as the platform and Settings catalog as the profile type.
  5. Select Create.

Configure policy settings

  1. Enter a descriptive Name (for example, Microsoft Edge - IE mode Cloud Site List) and optional Description.
  2. Select Next to proceed to Configuration settings.
  3. Select Add settings.
  4. Search for and add the following settings from the Microsoft Edge category:

Configure Internet Explorer integration

  • Setting: Configure Internet Explorer integration
  • Value: Internet Explorer mode

This setting enables Internet Explorer mode in Microsoft Edge. Sites configured in your site list will open using the Internet Explorer rendering engine.

Configure the Enterprise Mode Cloud Site List

  • Setting: Configure the Enterprise Mode Cloud Site List
  • Value: Your Site list ID (GUID) from the Microsoft 365 Admin Center

This setting tells Microsoft Edge to use your cloud-hosted site list for Internet Explorer mode.

Configure sign-in requirements

Since users must be signed in to Microsoft Edge to consume the cloud-hosted site list, add these settings to ensure users are authenticated:

  • Setting: Force users to sign in to use the browser

  • Value: Enabled

  • Setting: Configure whether a user always has a default profile automatically signed in

  • Value: Enabled

Configure site list refresh interval

  • Setting: Configure Internet Explorer integration site list refresh interval
  • Value: 120 (minutes)

This setting controls how often Microsoft Edge checks for updates to the cloud site list. The minimum value is 30 minutes.

Complete the policy

  1. Select Next.
  2. Configure Scope tags if required.
  3. Assign the policy to appropriate device or user groups.
  4. Review your settings and select Create.

Step 3: Verify the configuration

After policies are deployed and devices have synced, verify the configuration on a target device.

Check applied policies

  1. Open Microsoft Edge.
  2. Navigate to edge://policy.
  3. Verify the following policies are applied:
    • InternetExplorerIntegrationLevel = IEMode
    • InternetExplorerIntegrationCloudSiteList = Your Site list ID

Check the enterprise site list

  1. Navigate to edge://compat/enterprise.
  2. Verify the site list version and location display correctly.
  3. Confirm your site entries appear in the list.
  4. Use the Force update button to refresh the site list if needed.

Test Internet Explorer mode

  1. Navigate to a site from your enterprise site list.
  2. Verify the Internet Explorer logo appears in the address bar.
  3. Confirm the site renders correctly in the specified compatibility mode.

Managing site feedback

Cloud Site List Management includes a site feedback feature that helps identify gaps in your site list. With Microsoft Edge version 99 or later, you can enable feedback policies to:

  • Collect sites that users add to their local Internet Explorer mode site lists
  • Identify potentially misconfigured neutral sites

To enable site feedback, add these policies to your configuration:

  • Enable cloud site list user reporting: InternetExplorerIntegrationCloudUserSitesReporting
  • Enable cloud neutral sites reporting: InternetExplorerIntegrationCloudNeutralSitesReporting

Site feedback appears in the Microsoft 365 Admin Center, where you can review and add sites to your published site list.

Final thoughts

The biggest shift Cloud Site List Management introduces is not the feature itself - it is eliminating the infrastructure dependency. With on-premises site lists, you needed a web server or storage account, a process for updating XML files, and a way to ensure devices could reach the hosting location. Cloud Site List Management removes all of that and replaces it with a web interface in the Microsoft 365 Admin Center.

The site feedback feature is worth paying attention to as well. Rather than waiting for help desk tickets to surface missing sites, you can proactively identify gaps in your site list and address them before they become user-impacting issues.

What are your experiences with configuring Internet Explorer mode for legacy applications? I would love to hear how you are managing the transition from Internet Explorer in your organization.

–Jesper