WMI Query for Internet Explorer Installations with Version

System Center Configuration Manager SCCM

Last updated on April 17th, 2023 at 12:12 am

Read Time:26 Second

If you need a WMI query for Group Policy or for Configuration Manager for machines that have Internet Explorer installed and even a version filter, then you can use the following:

SELECT * FROM CIM_Datafile WHERE Name = “C:Program FilesInternet Exploreriexplore.exe” AND Version LIKE “11.%”

You can then change the “11.%” part to the version number that you would like to have.

COMMENTS

If you have any questions or comments on this guide, please feel free to leave a message below using our comments system.

Click to rate this post!
[Total: 0 Average: 0]

Discover more from TechyGeeksHome

Subscribe to get the latest posts to your email.

Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.