Mar 09 2022 10:04 PM
Hi Team.
I am looking to use Advance Hunting to get list of Missing KBs on a Devices.
Mar 22 2022 03:24 AM
SolutionHi @Sajidali125,
This is the simplest one you may use for one device if this is the output you are looking for:
DeviceTvmSoftwareVulnerabilities
| where RecommendedSecurityUpdate contains "security updates" and DeviceName == "ExactDeviceName"
| distinct RecommendedSecurityUpdateId
Jul 20 2023 08:22 AM - edited Jul 27 2023 12:47 PM
@LuizaT , Hello, im having trouble with this query because i can see some KBs but not every KBs that the device is missing. for example dsa-2023-175
Do you know how to see all the missing KBs?
Mar 22 2022 03:24 AM
SolutionHi @Sajidali125,
This is the simplest one you may use for one device if this is the output you are looking for:
DeviceTvmSoftwareVulnerabilities
| where RecommendedSecurityUpdate contains "security updates" and DeviceName == "ExactDeviceName"
| distinct RecommendedSecurityUpdateId