***********************************************************************
SELECT TOP (100) PERCENT DisplayName0,
COUNT(DisplayName0) AS Total
FROM dbo.v_GS_ADD_REMOVE_PROGRAMS
GROUP BY
DisplayName0
HAVING (DisplayName0 LIKE 'Windows Internet
Explorer%')
************************************************************************
More SCCM custom reports can be found here
No comments:
Post a Comment