Friday, October 11, 2013

WMI Filter for applying GPO to all instances of internet explorer where the version is less than 9.0

Create WMI filter -
SELECT * FROM CIM_DataFile WHERE Filename = 'iexplore' AND Path = '\\Program Files\\Internet Explorer\\' AND version <'9.0'