evalasek
Posts: 22
Score: 0 Joined: 11/16/2007 Status: offline
|
Hi there, My 2 cents worth. I created a report to show the same thing: select distinct(SF.FileDescription +' '+left(sf.fileversion,3)), count(SF.FileDescription +' '+left(sf.fileversion,3)) as 'Count' from v_GS_SoftwareFile SF inner join v_R_System sys on SF.ResourceID=sys.ResourceID where FileName = 'iexplore.exe' AND sf.FilePath like '%prog%internet%' Group By SF.FileDescription +' '+left(sf.fileversion,3) Just copy and paste this into a new report and will give you a count of machine with a specific IE version. Mike
_____________________________
Remember! No matter where you go. There you are! Work Blog
|