Wednesday, June 24, 2015

SCCM 2012 R2 - Collection Query for IE 11 installed Computers

SCCM 2012 R2 - Collection Query for IE 11 installed Computers


select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID = SMS_R_System.ResourceID inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceID = SMS_R_System.ResourceID where SMS_G_System_SoftwareFile.FilePath like "%\\Program Files\\Internet Explorer\\" and SMS_G_System_SoftwareFile.FileName like "iexplore.exe" and SMS_G_System_SoftwareFile.FileVersion like "11.%"


4 comments:

  1. I’m trying to run a report to see what browsers are reported on machines in SCCM/AD that will include the windows version in your report, need at least machine name, OS version and browser version.

    ReplyDelete
  2. I’m trying to run a report to see what browsers are reported on machines in SCCM/AD that will include the windows version in your report, need at least machine name, OS version and browser version. Any idea pls???

    ReplyDelete
  3. Pl try below URL...

    http://rajeevlabs.blogspot.com/2014/12/sccm-2012-reports-for-internet.html

    This will give all info you need except OS version If you have .exe file enable in inventory

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete