Hi there,
I'm trying to build a querry for a costum security compliance report on all computers (servers/clients).
Therefore i'm trying to create a tbale which contains all computers and lacking security updates for each computer.
It's no problem at all to create a table with all computers and installed security updates, but for the "lacking-list" I'd need a list of all Security updates and which category of computers they are published for.
for example:
At the moment I can querry for all security updates in SUSDB (roundabout 6763)
If I generate a list for my client it says there are 117 security updates installed.
But how many of the 6763 are ment to be on my client?
to retrieve this information I somehow would need a match for each UpdateID (or similar) which computer/product/whatever-category this update is published for.
Thanks for any hints!