I'm trying my hand at building a custom SCCM report and could use some help from those who have more experience with the database structure than I do.
What I would like is to list:
- Device Collection
- Device
- Software Update Group
- Device
The idea is to be able to run a report based on a Device Collection then have that report show, for each device in that collection, the compliance status of each Software Update Group deployed to that device.
If there is already a report that I have not found let me know but otherwise if you could help me out with which tables/views I would have to join to get this information it would be much appreciated.
Right now I am going in the console to Monitoring, Deployments, then for each Deployment and checking to see which machines are Compliant etc. This is kind of the reverse of what I am looking for and is more time consuming especially when I am looking for if a specific machine is fully updated or not.