SELECT ExecutableName0, ProductVersion0, count(*) FROM v_GS_INSTALLED_EXECUTABLE WHERE ExecutableName0 = 'iexplore.exe' GROUP BY ExecutableName0, ProductVersion0 Order by ExecutableName0
Example:
Posted 08 March 2010 - 02:02 PM
SELECT ExecutableName0, ProductVersion0, count(*) FROM v_GS_INSTALLED_EXECUTABLE WHERE ExecutableName0 = 'iexplore.exe' GROUP BY ExecutableName0, ProductVersion0 Order by ExecutableName0
Posted 08 March 2010 - 02:26 PM
Posted 09 March 2010 - 07:05 AM
great stuff
and if we wanted to have two reports for counting IE6 and IE8 ?
Posted 09 March 2010 - 08:45 AM
Posted 09 March 2010 - 09:33 AM
ok lets just say we want one to count all versions of ie8
should be easy enough to do or ?
Posted 09 March 2010 - 10:01 AM
Posted 19 September 2010 - 09:20 AM
Posted 20 September 2010 - 03:42 AM
Am in new in reporting & SCCM , I tried to create a new report and add this to SQL statement but there is result when running the report.
may be I forgot something I don't know?
Posted 21 September 2010 - 06:56 AM
Posted 21 September 2010 - 07:19 AM
Hello.
No matching records could be found.
And i have the software inventory on
Thank you
select filename as "executable name",left(FileVersion,14)as "File Version",COUNT(*)as Total from v_GS_SoftwareFile where FileName='iexplore.exe' group by FileName,FileVersion
Posted 23 September 2010 - 11:49 AM
Do you have Asset intelliegence enabled in your site since v_GS_INSTALLED_EXECUTABLE View Lists information about the installed software application executables on Configuration Manager clients found through Asset Intelligence.
To get the list of Iexplore versions,use this syntax:select filename as "executable name",left(FileVersion,14)as "File Version",COUNT(*)as Total from v_GS_SoftwareFile where FileName='iexplore.exe' group by FileName,FileVersion
More on Iexplore here
Posted 09 May 2012 - 08:22 AM
Posted 24 June 2012 - 07:28 AM
0 members, 0 guests, 0 anonymous users