Hello all,
I'm trying to figure out how to get a report in WSUS that would show which individual update is approved for which of my WSUS groups? It would also need to include inherited approvals.
Something like this:
Title GroupA GroupB GroupC GroupD
KB12345 Y Y Y Y
KB54321 Y Y N Y
KB00000 Y N N N
Is this possible with Power Shell or a database query? I'm not quite sure how to make a script that would work to display with that output.
I can make an update view with a single group picked and the "Updates are approved for a specific group (not including inherited approvals)" option, but that does not help me much since many updates are approved for All Computers so I don't see the inherited updates in the list then when I do it per group.
Any help or pointers would be greatly appreciated! Thanks!