Answered How to detect computers with IE9 installed

  • Wednesday, May 23, 2012 2:02 PM
     
     

    Hi,

    I seem to be unable to find which computers have IE9 installed. I have no problems detecting other software, but IE is not available in Programs and features.

    The problem is because some computers came with IE9 preinstalled in factory and some have IE9 installed with software updates.

    Is there an easy way to detect IE9?

    TIA,

    Les

All Replies

  • Wednesday, May 23, 2012 2:38 PM
     
     
    Just run a report on iexplore.exe with a "where fileversion0" equals the version of IE you are looking for...easy peasy.
  • Wednesday, May 23, 2012 3:22 PM
     
     Answered

    try this report avilable here on http://eskonr.com/2010/04/sccm-reportcollection-for-computers-with-internet-explorer-with-different-versions/

    SELECT DISTINCT a.Name0 AS [Machine Name],
    b.SiteCode,c.FileVersion AS [IE Version],
    d.Operating_System_Name_and0,
    c.FilePath
    FROM v_GS_SoftwareFile c INNER JOIN
    v_GS_SYSTEM a ON c.ResourceID = a.ResourceID INNER JOIN
    v_R_System d ON a.ResourceID = d.ResourceID INNER JOIN
    v_FullCollectionMembership b ON a.ResourceID = b.ResourceID
    WHERE     (c.FileName = 'iexplore.exe') AND (c.FileVersion like '9%' )
    ORDER BY a.Name0


    Please click on "vote as Helpful" if you feel this post helpful to you.

    Eswar Koneti | My Tech blog: www.eskonr.com | Linkedin: Eswar Koneti


  • Thursday, May 24, 2012 6:06 AM
     
     
    Yes easy, but in my organization with 300 client computers it shows 1 (one) PC with IE9.
  • Thursday, May 24, 2012 6:37 AM
     
     

    Thanks Eswar,

    Yes this is helpfull.

    It does show up to four instances of IE on a single computer, but with export and import to Excel it is manageable.

    C:\Program Files (x86)\Internet Explorer\
    C:\Program Files\Internet Explorer\
    C:\Windows\winsxs\amd64_microsoft-windows-i..etexplorer-optional_31bf3856ad364e35_9.4.8112.16421_none_0d549a9b80698a7f\
    C:\Windows\winsxs\wow64_microsoft-windows-i..etexplorer-optional_31bf3856ad364e35_9.4.8112.16421_none_17a944edb4ca4c7a\