How To Make A Group Policy Only Apply To Internet Explorer 11

IT Support Forum Forums Active Directory Group Policy General Discussion How To Make A Group Policy Only Apply To Internet Explorer 11

Viewing 0 reply threads
  • Author
    Posts
    • #843
      Webmaster
      Keymaster

      It’s possible to make group policy that only applies to users / computers with Internet Explorer 11 installed. To make a group policy only apply to IE 11:

      1. Open Group Policy Management and connect to the domain
      2. Expand the domain
      3. Right click WMI Filters and click New…
      4. Name the WMI filter and click Add
      5. Change the namespace to root\CIMv2\Applications\MicrosoftIE
      6. Change the query to Select * from MicrosoftIE_Summary where (version > “10”) and (version < "11")

      Alternatively (and preferably) you can use Group Policy Preferences, Item Level Targeting.

Viewing 0 reply threads
  • You must be logged in to reply to this topic.