Query Details

Lookingfor Installed KBI Ds

Query

//Looking for Installed KBIDs
Update
| where KBID == "4565511" or KBID == "4558998" or KBID == "4565483" or KBID == "4565503"
| distinct Computer, Product, KBID

Explanation

This query is looking for computers that have specific KBIDs (knowledge base IDs) installed. It is searching for four specific KBIDs and returning the distinct values of the computer, product, and KBID.

Details

Rod Trent profile picture

Rod Trent

Released: July 14, 2020

Tables

Update

Keywords

Update,KBID,Computer,Product

Operators

Updatewhere==ordistinctcomma

Actions