MS office installed KB check

hello

I’m trying to create a KB installed or not check relevance.

exists (string values of properties “HotFixID” of it) whose(it starts with “KB5018410”) of select objects “HotFixID from win32_QuickFixEngineering” of wmis

I tried to create the above relation, but the search that included the Microsoft office installed KB that I wanted did not work.

I would like to search the KB list related to MS office as well.

If anyone knows please help

To debug a statement like this, I like to start by removing the filters and displaying all the results. That way you can check whether the Office updates even appear in the list at all. Try

(string values of properties "HotFixID" of it) of select objects "HotFixID from win32_QuickFixEngineering" of wmis