From SCCM 2012 monitoring, we can see the Deployment Status of the application by collection. It gives you a list of devices and users under Asset Details by category. There are "Already Compliant" and "Success" categories. I would like to extract the users and devices along with the deployment status from SQL to produce a report. I need to know which device is on the deployment list, which device deployed successfully, which device has an error, and which device is in progress etc...
What view or table can I pull and join to extract these information from SQL?
Thanks,