I'm looking to get a report/query for all machines that have a specific KB installed. I've found a few that give me reports for updates, will those cover the rollups as well?
This is what I have so far - will QNumber give me a report on rollups as well? Specifically looking to report on "kb2992020"
select summ.ID,summ.QNumbers as 'Q Number',
COUNT(distinct ps.ResourceID) as 'Requested',
COUNT(distinct case when ps.LastState=107 or ps.laststate=102 or
ps.laststate=105 then ps.ResourceID else NULL End) as 'Installed',
ROUND(100.0*COUNT(distinct case when ps.LastState=107 or ps.laststate=102 or
ps.laststate=105 then ps.ResourceID else NULL End)
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
I'm looking to get a report/query for all machines that have a specific KB installed. I've found a few that give me reports for updates, will those cover the rollups as well?
This is what I have so far - will QNumber give me a report on rollups as well? Specifically looking to report on "kb2992020"
Share this post
Link to post
Share on other sites