How to configure Edge Enterprise Mode for Internet Explorer
Published Jun 20 2022 01:54 PM 12.3K Views
Microsoft

Internet Explorer is discontinued, what happens now?

 

As you know, Microsoft announced the Internet Explorer decommission:

Internet Explorer (IE) 11 is the last major version of Internet Explorer. Starting June 15, 2022, th....

 

If you have enterprise web applications that depend on Internet Explorer, this post is for you. Despite the retirement of IE, Microsoft provides the tool Enterprise Mode Site List Manager that allows you to configure a list of web pages that needs to run on Internet Explorer mode. In that list, it is possible to define the IE version by web application or even for specifics pages. I mean, you can have your web application running on Edge, and set a specific page for IE11, another for IE9 and so on. Once you have defined it in the IE site list, you can use the IE polices to configure your environment to use the IE Enterprise Mode.

 

How it works

 

The Internet Explorer executable will not be removed from the operating system (at least not now), but only Edge will be able to run it through Enterprise Mode. That is how IE mode works, Edge uses IE to run pages in compatibility mode.

 

In the following image, I am logged into a Windows 11 machine, browsing to the bing page that is set to run in IE11 mode.

 

iemode.png

 

 

If you are wondering which place is shown in the image above, know that it is the Iguazu Falls that border Brazil, Paraguay and Argentina.

 

Through Process Explorer it is possible to check that Edge is calling iexplore.exe to run the bing page in compatibility mode.

 

ieonedge.png

 

 

There are different ways to configure Internet Explorer mode for Edge, as detailed explained in the Microsoft Edge + Internet Explorer mode Getting Started guide.

 

In this post, I am focusing on the corporate scenario, so I will show you how to configure Edge Enterprise Mode through policies defined on a Domain Controller.

 

 

Define the IE Site List

 

The Enterprise Site List Manager is an in-browser version of the standalone Enterprise Mode Site List Manager tool that lets you create, edit, and export your organization’s site list.

 

Click here to download the tool.

 

iesitelistmanager.png

 

 

 

  1. In the Enterprise Site List Manager, select Add a site.
  2. Enter the URL for the website you'd like to add, for example: https://docs.microsoft.com/en-us/deployedge/edge-ie-mode

  3. Select IE11 from the Open in list, to open the site in IEMode.

  4. Under Compat Mode, choose IE11 Document Mode.

  5. Click Save to add the site to your site list.

 

 

addnewwebsiteie11.png

 

 

Repeat steps 2-5 to add https://docs.microsoft.com/en-us/deployedge/edge-ie-mode-sitelist, but this time to run as IE10:

 

addnewwebsiteie10.png

 

 

Repeat steps 2-5 to add https://docs.microsoft.com/en-us/deployedge/edge-ie-mode-policies, but this time to run as IE9:

 

addnewwebsiteie9.png

 

 

 

Follow the site list definition:

 

iesitelistmanagerdone.png

 

 

 

The next step is to export the site list to XML.

 

In the Enterprise Site List Manager, click on File menu and select Save to XML.

 

 

savetoxml.png

 

 

Save the file in a shared folder that can be available for your client machines. I am saving it in a shared folder (sitelist) on my domain controller, just to keep it simple (not recommended):

 

\vm-windc\sitelist\sitelist.xml

 

Follows my sitelist content:

 

<site-list version="1">
  <created-by>
    <tool>EMIESiteListManager</tool>
    <version>12.0.0.0</version>
    <date-created>06/20/2022 11:51:39</date-created>
  </created-by>
  <site url="docs.microsoft.com/en-us/deployedge/edge-ie-mode-sitelist">
    <compat-mode>IE10</compat-mode>
    <open-in>IE11</open-in>
  </site>
  <site url="docs.microsoft.com/en-us/deployedge/edge-ie-mode-policies">
    <compat-mode>IE9</compat-mode>
    <open-in>IE11</open-in>
  </site>
  <site url="docs.microsoft.com/en-us/deployedge/edge-ie-mode">
    <compat-mode>IE11</compat-mode>
    <open-in>IE11</open-in>
  </site>
</site-list>

 

Configure the policies

 

In this session, I will demonstrate how to set the Edge Enterprise Mode policies on a Domain Controller.

 

Download the IE Enterprise Mode policies for Edge here. I am using Windows 64-bit Policy, since my operating system is 64-bit:

 

 

iepolicy.png

 

 

That is the file that contains the policies:

 

edgepolicycab.png

 

 

 

Double-click the file and copy the MicrosoftEdgePolicyTemplates.zip to outside the cab:

 

edgepolicycab2.png

 

 

 

Extract the MicrosoftEdgePolicyTemplates.zip file:

 

edgepolicycab3.png

 

Navigate to the folder MicrosoftEdgePolicyTemplates\windows\admx and copy the .admx (group policies settings) files:

 

edgepolicycab4.png

 

 

Navigate to the SYSVOL\YourDomain\Policies\PolicyDefinitions folder of your domain controller and paste the admx files there:

 

edgepolicycab5.png

 

In case you don't have a PolicyDefinitions folder (in case of a brand new DC), create one.

 

Next, go back to the extracted files and copy the adml files for the language of your environment:

 

admlfiles.png

 

Switch back to the policy definitions folder, navigate to the en-us folder (or the folder that corresponds to your language - create a new one in case you don't have it) and paste the adml files there:

 

admlfiles2.png

 

Open up the Group Policy Management, go to the domain and group policy objects and create a new GPO named EdgeEnterpriseMode:

 

 

newGPO.png

 

 

 

Navigate to Computer Configuration\Polices\Administrative Templates\Microsoft Edge and edit the Configure the Enterprise Mode Site List policy. Click enabled and set the shared folder that contains the sitelist.xml created previously:

 

sitelistpath.png

 

 

Navigate to Computer Configuration\Polices\Administrative Templates\Microsoft Edge and edit the Configure Internet Explorer integration policy. Click enabled and select Internet Explorer Mode from the configure Internet Explorer integration list:

 

configureIEintegration.png

 

 

 

Follows the configuration:

 

GPO.png

 

 

Go ahead and close the group policy management. Now link the GPO with the OU that contains your computers. I am using the OU AVDSessionHosts that contains my machines. Select your OU and click on Link an Existing GPO...*:

 

link.png

 

 

 

Select the EdgeEnterpriseMode and click OK:

 

link2.png

 

 

 

Follows my GPO settings:

 

gporesult.png

 

 

 

 

Validate the settings

 

Once we have configured the EdgeEnterpriseMode GPO, the next step is to double-check if the settings is working on the client machines through the following steps:

 

  1. I log into on one of my machines of the AVDSessionHosts OU that has the EdgeEnterpriseMode GPO applied.

  2. Just to make sure that the GPO was applied, I ran the following command to force the group policy update on the computer:

gpupdate /force
  1. Next, I ran the RSOP.MSC to double-check if the GPOs were applied:

 

rsop.png

 

 

  1. Open Edge and navigate to edge://compat/enterprise and make sure that Edge is using the sitelist.xml file defined previously:

 

edgecompat.png

 

Notice that each page set in the sitelist.xml is being displayed for the respective IE mode:

 

https://docs.microsoft.com/en-us/deployedge/edge-ie-mode

 

ie11.png

 

 

https://docs.microsoft.com/en-us/deployedge/edge-ie-mode-sitelist

 

ie10.png

 

 

https://docs.microsoft.com/en-us/deployedge/edge-ie-mode-policies

 

ie9.png

 

 

References

Deployment guides for Microsoft 365 - Microsoft Edge setup guide (Edge advisor)

 

https://aka.ms/edgeadvisor

 

Configure IE mode Policies | Microsoft Docs

 

Deployment guides for Microsoft 365 - Configure IE mode for Microsoft Edge

 

RWEHMs (microsoft.com)

 

Internet Explorer 11 desktop app retirement FAQ - Microsoft Tech Community

 

https://aka.ms/appassure

 

 

 

 

Co-Authors
Version history
Last update:
‎Jun 21 2022 07:15 AM
Updated by: