Tuesday, July 9, 2013

SCCM query to get total number of collections

This is a simple and one line SQL query to get total number of collections in the environment
*************************************************
Select Count (*) from V_collection
**************************************************
 More SCCM custom reports can be found here

No comments:

Post a Comment