My SMS came with a report to list all devices in a collection as follows:
FROM v_FullCollectionMembership
WHERE CollectionID = "SMS000ES"
ORDER BY Name
But I want the report to list just the number of devices in the collection. There are only 2 canned reports that come with SMS fro collection and I don't see any views/columns to get this info. Any assitance is greatly appreciated.
FROM v_FullCollectionMembership
WHERE CollectionID = "SMS000ES"
ORDER BY Name
But I want the report to list just the number of devices in the collection. There are only 2 canned reports that come with SMS fro collection and I don't see any views/columns to get this info. Any assitance is greatly appreciated.