
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2012 04:54 PM
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?
Labels:
- Labels:
-
Archive
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2012 02:30 PM
Thank you!!!!
Works great.
Works great.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2012 06:19 PM
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.
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2012 05:33 PM
I looked at the thread, but where are the built in reports for IE7 and IE8?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2012 05:01 PM
Please refer to this forum thread for info on finding Internet Explorer installations.
