[Script Of Apr. 02] How to configure the Enterprise Mode in IE 11 using PowerShell DSC

image

Apr.

02

image

image

Script Download:   
The script is available for download from https://gallery.technet.microsoft.com//How-to-configure-the-98af9e4d.  You can also use  Microsoft Script Browser for Windows PowerShell ISE to download the sample with one button click from within your scripting environment.

This xInternetExplorerEnterpriseMode DSC Module includes 2 DSC resources, xIEEnterpriseMode resource can easily enable/disable Enterprise Mode in Internet Explorer 11 and xIEEnterpriseModeSiteList resource can create/remove a site list from Enterprise Mode.

This module includes 2 DSC resources as follows:

xIEEnterpriseMode: Enable or Disable Enterprise Mode feature in Internet Explorer 11.

xIEEnterpriseModeSiteList: Create or Remove a site list from Enterprise Mode.

All of the resources in the DSC Resource Kit are provided AS IS, and are not supported through any Microsoft standard support program or service. The ""x" in xInternetExplorerEnterpriseMode stands for experimental, which means that these resources will be fix forward and monitored by the module owner(s).

Enterprise Mode is a new feature in Internet Explorer that allows businesses to use old web applications in modern versions of IE. It is a compatibility mode that runs on Internet Explorer 11 on Windows 8.1. In a way, if we want to open multiple sites as Enterprise Mode, we have to set it manually. Actually we can add multiple sites to your Enterprise Mode site list by creating a XML file of problematic sites, and with use this script to turn on the enterprise mode and add site list to Enterprise Mode.

You can find more All-In-One Script Framework script samples at https://aka.ms/onescriptingallery