Client Management Suite

 View Only
  • 1.  Report for Internet Explorer Version

    Posted Mar 03, 2011 10:12 AM

    Hi all,

    i'm looking for a report that show me internet explorer version of each client, for NS 7.0

    I know that a report of this type was present in NS 6 but i can't find in NS 7.0

    i created this query but result are not realistic:

     

    SELECT vComputer.Name AS ComputerName, inv.Name, inv.Path, v.Name AS ProductName, v.Description, v.Language, v.FileVersionString,

    v.FileVersionBinary, v.ProductName AS Expr1, v.ProductVersion, v.Manufacturer, inv.ModifiedTime, inv.FileAttributes

    FROM Inv_Installed_File_Details AS inv INNER JOIN

    vWindowsFile AS v ON inv.FileResourceGuid = v.Guid INNER JOIN

    vComputer ON inv._ResourceGuid = vComputer.Guid

    WHERE (inv.Name LIKE 'iexplore.exe')

    ORDER BY ComputerName

     

     



  • 2.  RE: Report for Internet Explorer Version

    Posted Mar 03, 2011 10:37 AM

    and the report

     

    Reports > Discovery and Inventory > Cross-platform > Software/applications > Sofware > Installed Software

    does not work?



  • 3.  RE: Report for Internet Explorer Version

    Posted Mar 03, 2011 10:54 AM

    No,

    i have about 2000 client and if i run "Installed Software" report with parameter "Internet Explorer 7.0%" i receive only 100 record.! I have more than 1000 client with IE7

    If i use this report for serach "adobe reader" result are more realistic



  • 4.  RE: Report for Internet Explorer Version

    Posted Mar 03, 2011 10:54 AM

    Can you use Reports  > Discovery and Inventory > Inventory > Windows > Software/Applications > Add/Remove Programs, 'Add or Remove Programs Search report' with Program name 'Windows Internet Explorer%'?

    You could clone it, rename it to "Internet Explorer version report," edit it, and then save the Program name value as part of the report, if you like, so that you don't need to enter it each time.

    Does this help?



  • 5.  RE: Report for Internet Explorer Version

    Posted Mar 03, 2011 11:04 AM

    How about the Add/Remove report I mentioned?  This pulls data from the registry.



  • 6.  RE: Report for Internet Explorer Version

    Posted Mar 03, 2011 11:12 AM

    mclemson,

    running report as you describeb only 54 record are returned

    IE6 is not included in Add/remove Program on Windows XP



  • 7.  RE: Report for Internet Explorer Version

    Posted Mar 03, 2011 11:55 AM

    Where is the data on the computer, then, if not Add/Remove Programs or the Installed Software report?  If you were running a script on the computer, where would you find this data?  That will help you write the Altiris report to pull the data from the CMDB.



  • 8.  RE: Report for Internet Explorer Version

    Posted Mar 17, 2011 07:13 PM

    I tried running a similar report this morning. The IE versions that are included with the base OS (ex. IE6 w/XP, IE8 w/Windows 7) don't appear to be listed as separate applications for those computers with the respective OS.



  • 9.  RE: Report for Internet Explorer Version

    Posted Mar 17, 2011 09:48 PM

    This might require a custom inventory analyzing this registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer

    For the value of the Version entry.