cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jmarmo
Engaged Sweeper III
We are trying to track who, and how many users have Internet Explorer and what version. I can't see it listed in the software section. Is there another way?

4 REPLIES 4
jmarmo
Engaged Sweeper III
Thank you!!!!

Works great.
Hemoco
Lansweeper Alumni
If your Internet Explorer version is listed under Add/Remove Programs, it will be scanned as part of default software scanning. The built-in report "Software: All installed software" lists all scanned software packages.

You can also use the report below to specifically find Internet Explorer installations.

Select tblComputers.Computername, tblComputers.Domain, tblComputers.Computer,
tblSoftware.softwareName, tblSoftware.softwareVersion,
tblSoftware.SoftwarePublisher
From tblComputers Inner Join
tblSoftware On tblComputers.Computername = tblSoftware.ComputerName
Where tblSoftware.softwareName Like '%internet explorer%' And
tblSoftware.SoftwarePublisher Like '%microsoft%'
Order By tblComputers.Domain, tblComputers.Computer, tblSoftware.softwareName
jmarmo
Engaged Sweeper III
I looked at the thread, but where are the built in reports for IE7 and IE8?
Hemoco
Lansweeper Alumni
Please refer to this forum thread for info on finding Internet Explorer installations.