Hello,
I have been tasked with creating a custom SCCM report that will display all of the software updates contained in 1 software update group. Whenever we rollback patches due to a patch breaking something, we remove that patch from any deployment and then throw it into a software update group called "Do not deploy" so that everyone knows not to deploy it. Problem is, they sometimes get forgotten. So I need to create a report that will display everything that is within that group (currently there's only like 7 total updates across 3 KBs) and I have almost no experience with SQL. How would I go about doing this? Once I have it complete I plan on creating a subscription to mail out the report to a few individuals, that part I know how to do.
Thanks