windows-itpro-docs/browsers/internet-explorer/ie11-deploy-guide/turn-on-local-control-and-logging-for-enterprise-mode.md
Liza Poggemeyer cd4987cb9b Merged PR 9244: Changed loc priorities set at low to medium for MT
Changed loc priorities set at low to medium for MT. This enables the loc team to localize ALL content to a minimum standard. No text changes to any articles.
2018-06-20 22:26:55 +00:00

3.4 KiB
Raw Blame History

ms.localizationpriority, ms.mktglfcycl, ms.pagetype, description, author, ms.prod, ms.assetid, title, ms.sitesec, ms.date
ms.localizationpriority ms.mktglfcycl ms.pagetype description author ms.prod ms.assetid title ms.sitesec ms.date
medium deploy appcompat Turn on local user control and logging for Enterprise Mode. eross-msft ie11 6622ecce-24b1-497e-894a-e1fd5a8a66d1 Turn on local control and logging for Enterprise Mode (Internet Explorer 11 for IT Pros) library 07/27/2017

Turn on local control and logging for Enterprise Mode

Applies to:

  • Windows 10
  • Windows 8.1
  • Windows 7
  • Windows Server 2012 R2
  • Windows Server 2008 R2 with Service Pack 1 (SP1)

You can turn on local control of Enterprise Mode so that your users can turn Enterprise Mode on from the Tools menu. Turning on this feature also adds the Enterprise browser profile to the Emulation tab of the F12 developer tools.

Besides turning on this feature, you also have the option to provide a URL for Enterprise Mode logging. If you turn logging on, Internet Explorer initiates a simple POST back to the supplied address, including the URL and a specification that EnterpriseMode was turned on or off through the Tools menu.

To turn on local control of Enterprise Mode using Group Policy

  1. Open your Group Policy editor and go to the Administrative Templates\Windows Components\Internet Explorer\Let users turn on and use Enterprise Mode from the Tools menu setting.

    group policy editor with emie setting

  2. Click Enabled, and then in the Options area, type the location for where to receive reports about when your employees use this functionality to turn Enterprise Mode on or off from the Tools menu.

To turn on local control of Enterprise Mode using the registry

  1. Open a registry editor, like regedit.exe and go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode.

  2. In the right pane, right-click and click New, click String Value, and then name the new value Enable.

  3. Right-click the Enable key, click Modify, and then type a Value data to point to a server that you can listen to for updates.

    edit registry string for data collection location

Your Value data location can be any of the following types:

  • URL location (like, http://www.emieposturl.com/api/records or http://localhost:13000). IE sends a POST message to the URL every time a change is made to Enterprise Mode from the Tools menu.

    Important
    The http://www.emieposturl.com/api/records example will only work if youve downloaded the sample discussed in the Set up Enterprise Mode logging and data collection topic. If you dont have the sample, you wont have the web API.

  • Local network location (like, http://emieposturl/). IE sends a POST message to your specified local network location every time a change is made to Enterprise Mode from the Tools menu.
  • Empty string. If you leave the Value data box blank; your employees will be able to turn Enterprise Mode on and off from the Tools menu, but you wont collect any logging data.

For information about how to collect the data provided when your employees turn Enterprise Mode on or off from the Tools menu, see Set up Enterprise Mode logging and data collection.