Monday, March 4, 2013

Update Group Policy Preferences IE settings to work with IE9

http://www.grouppolicy.biz/2011/03/how-to-enable-group-policy-preferences-support-for-ie9/


How to enable Group Policy Preferences support for IE9

IE9answerI have previously talked about the new Group Policy for IE9 ,however I mention that one of the issues was that there is currently no “official” support of Group Policy Preferences… Unfortunately there is still no “official” support but it is now possible if you do some really easy XML editing…
Mark Heitbrink (fellow Group Policy MVP) has published an article which explains why it does not work and explains briefly how to modify the XML file for Group Policy Preferences so it will apply setting to IE9.
Therefore taking Mark excellent information I have gone thought the process step by step below showing what I think is the easiest way to find and edit the XML file to enable GPP for IE9.


Step by Step enabling GPP for IE9
Step 1. Setup a IE8 Internet Explorer Extension setting that has the setting you want to apply to IE9. (e.g. Home Page)
image
image
Step 2. In the same Group Policy Object navigate to User Configuration > Policies > Windows Settings > Scripts (Logon/Logoff) and double click on the Logon (or logoff) option. Then click on the “Show Files” button.
image
Step 3. Click on “Users” in the Address bar.
image
Step 4. Then click on the “Preferences” and then “InternetSettings” folder and then right click on the “InternetSettings” file and click on “Edit”.
image
Now we are looking at the XML that is used to apply the Group Policy Preferences settings. This is where we need to change the version number to support IE9.


Tip: Enable “Word Wrap” in notepad to see the text on multiple lines.
Step 5. Change “max=9.0.0.0” to “9.1.0.0” (see below)
Before:
image
After:
image
Step 6. Save the file and you are done.
Now you can have the goodness of Group Policy Preferences with IE9, however as the article also said this is NOT supported so please test carefully.
What is also nice about this change is that it will be persistence, so if you make subsequent changes to the same setting you do not need to edit the XML again however you will need to make this change each time you make a new GPP IE Policy setting.
Source: Internet Explorer 9(IE9) Group Policy Preferences (GPP) (Via GPOGuy )

No comments:

Post a Comment