0

I want to be able to configure IE 11 group policy settings from my Win 7 client. I have IE 11 installed on this client. The client has been joined to a mixed Windows Server 2003/2008R2 domain. When I open the policy object from my Win 7 client and navigate to "User Configuration"->"Basic Settings"->"Control Panel" and right click on "Internet Settings" I can only see the option to add group policy settings for IE 5, 6, 7, and 8.

I tried downloading the ADMX templates for IE 11 (https://msdn.microsoft.com/en-us/library/bb530196.aspx) and installing them in %systemroot%\policyDefinitions on the client but nothing seems to change.

I read in a different thread (Internet Explorer 9 & 10 Group Policy Preferences missing) that I need Windows 8 or Server 2012 to accomplish what I want to do, but this seems strange to me. There are no Windows 8 or Server 2012 machines in my domain, and purchasing/acquiring one is an impossibility right now. Also, as an aside, all my servers have IE 8 installed, including the domain controllers, and upgrading to IE 11 is not possible right now (I don't know if this is an important point or not).

There has to be a way to accomplish what I am try to do. Can anybody lend a hand?

wrieedx
  • 750
  • 3
  • 11
  • 23

1 Answers1

2

Put the ADMX in a central store where any computer can see it. Like in the SYSVOL directory in your DC.

Quoted from there

If you are running Windows 7 Professional, Enterprise or Ultimate you’ll find the ADMX files under %WINDIR%\PolicyDefinitions. It’s simply a matter of copying all files from the PolicyDefinitions folder on a Windows 7 client computer to the PolicyDefinitions folder on the domain controller contained in the SYSVOL folder: \FQDN\SYSVOL\FQDN\policies

yagmoth555
  • 16,758
  • 4
  • 29
  • 50
  • I created PolicyDefinitions in \FQDN\SYSVOL\FQDN\policies and copied all the ADMX files from my client inside (I had the Windows 8.1 and Server 2012 R2 templates installed on my client). I reopened the target GPO for editing, but nothing seems to have changed. Maybe I've done something wrong? – wrieedx Jan 30 '15 at 06:19
  • I'm wondering if adding the ADMX files to \FQDN\SYSVOL\FQDN\policies\PolicyDefinitions makes any difference in the first place? The files were already installed locally and accessible/usable via the group policy editor. After shuffling them over to \FQDN\SYSVOL\FQDN\policies\PolicyDefinitions nothing really changed. Is there something else that needs to be done to make the add Internet Settings option for IE 10 appear? – wrieedx Feb 02 '15 at 23:51
  • It should do the job, in the custom adm. Can you select the good template and use it? – yagmoth555 Feb 02 '15 at 23:54
  • Maybe check to copy them to c:\windows\inf, if you got more than one dc please copy to both server c – yagmoth555 Feb 03 '15 at 00:10
  • By selecting the good template, do you mean manually adding inetres.adm to the GPO? Tried that and nothing changes. To make sure I wasn't using old templates I downloaded them again and reinstalled them (i.e. adm files to c:\windows\inf, admx files to C:\Windows\PolicyDefinitions and the central store in \FQDN\SYSVOL\FQDN\policies\PolicyDefinitions). Still no option to add IE 9/10 internet settings. Could it really be true that I need Win8 or Serv2012 to add these settings? It seems so ridiculous (especially since MS is forcing everyone to upgrade to IE11 by ending support for pre-IE11). – wrieedx Feb 04 '15 at 02:59
  • oh my bad, went the bad way. You gived me doubth, and I checked a 2008R2 DC I have with IE 11 policy, I just had to install IE11 on the DC to have available the new policy. If that work let me know, will update my answer – yagmoth555 Feb 04 '15 at 03:09
  • Unfortunately, the IE version installed on the servers is IE8 and due to a number of reasons I can't upgrade right now (haven't yet confirmed that by upgrading we'll be breaking anything). :( – wrieedx Feb 04 '15 at 09:09
  • To follow up on this thread, I tried installing IE11 on a 2008 R2 test server but was NOT able to configure the IE10/11 policy from there. Then I tried doing the same thing on a 2012 test server (non authenticated created only for the purpose of carrying out the test) and was successfully able to configure the IE10/11 policy from there. It does appear that Windows 8/2012 is necessary to create the IE110/1 policy, which I think is ridiculous. – wrieedx Mar 23 '15 at 07:33
  • That is thoroughly ridiculous. Did you copy both the ADMX and ADML files? I don't believe GPMC can parse the settings in ADMX without the ADML language file to accompany it in en-us (or your locale). For legacy ADMs, one single file had all you need. with ADMX you need the accompanying ADML in your locale. – blaughw Apr 14 '15 at 20:40
  • @blaughw sorry I didn't see your comment. It's a bit late, but to answer your question, yes, I did (still do) have the ADML files (contained in en-us etc. folder) copied to the root of PolicyDefinitions. One difference between me and yagamoth is that he had IE 11 installed on his domain controller, but I still have IE 8 (can't upgrade yet due to various reasons). It may be the case that if you have IE 11 installed on your DC you can configure the IE 10 policy from there, but I haven't been able to test it myself. – wrieedx Jun 17 '15 at 23:57