Link to home
Start Free TrialLog in
Avatar of PatrickPinto
PatrickPinto

asked on

SMS Query for IE7

Hey all,

Can anyone guide me to how to write an sms query to find out who has Internet Explorer 7 on their system?

Patrick
ASKER CERTIFIED SOLUTION
Avatar of bwalker1
bwalker1

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Try this query:

select SMS_R_System.Name, SMS_G_System_SoftwareProduct.ProductName, SMS_G_System_SoftwareProduct.ProductVersion from  SMS_R_System inner join SMS_G_System_SoftwareProduct on SMS_G_System_SoftwareProduct.ResourceID = SMS_R_System.ResourceId where SMS_G_System_SoftwareProduct.ProductName like "%Internet Explorer%"