Searching for PCs with IE7 Installed
Inventory Solution comes with a report that searches for Web Browsers that are installed on Clients. If you run the report, however, it doesn't show PCs with the newly released IE7. The reason is Microsoft got tricky and changed the naming a little bit.
What you need to do is make a clone of the query "Count of Computers by Browser, Version (Including IE7) and OS" located under: Reports Tab -> Assets and Inventory -> Inventory -> Windows -> Software/Applications -> Web Browsers. Then modify the level 0 query by locating the lines in the WHERE clause that searches for the browsers. The last line will look like this:
(UPPER(csw.ProductName) = ''INTERNET EXPLORER*''))
The modification you need to make to the query is to add an additional line after the "INTERNET EXPLORER*" search so that the last two lines look like the following:
OR (UPPER(csw.ProductName) = ''INTERNET EXPLORER*'') OR (UPPER(csw.ProductName) = ''WINDOWS® INTERNET EXPLORER''))
Basically what Microsoft did was change the naming from INTERNET EXPLORER* to ''WINDOWS® INTERNET EXPLORER so if you run the report as is you only get results for Internet Explorer 6 and any previous versions, not any Internet Explorer 7 results. Making this modification will get you up and running and reporting accurately.
Kyle

The Endpoint Management Community Blog is the perfect place to share short, timely insights including product tips, news and other information relevant to the Endpoint Management community. Any authenticated Connect member can contribute to this blog.
Comments
Auditpls.ini
You can also make the change within Auditpls.ini !!!
John Golembiewski
Midwest Practice Principal
ITS Partners
Jgo@itsdelivers
Auditpls.ini
Where in auditpls.ini do you make the change? And what is the change?
Open
Open
then navigate to
under the known as tab add the entry
Internal name:
Windows® Internet Explorer.*
Known as:
Internet Explorer
I haven't tried it yet so someone can correct me if I am wrong.
Error in syntax
Maybe I'm doing something wrong as I'm not the greatest SQL guru out there but on my test system I get error in Line 27 after making that change.
Jonathan Jesse Practice Principal ITS Partners
Line 27
You should definitely look at line 27.
Perhaps you could pull the code from the report and run the query in SQL query Analyzer? Maybe it would give you a better error? I just tried it and it worked on mines!
John Golembiewski
Midwest Practice Principal
ITS Partners
Jgo@itsdelivers
This works as long as you
This works as long as you copy word for word the script in the article. At first I got a line 27 error and went back and checked the query and noticed I had left off the first part of the line.
This helps out a great deal in keeping track of IE 7 out on the floor for me.
Thanks Kyle!
IE 7 Report
Wow - thank you so much.
Your tech tip saved me a lot of time.
crystal
Would you like to reply?
Login or Register to post your comment.