Session Relevance that adds Microsoft Patches category filter to existing relevance

You can try this.

(
    source id of fixlet of it as string,
    source severity of fixlet of it as string,
    source of fixlet of it as string,
    category of fixlet of it as string,
    name of fixlet of it as string,
    name of computer of it as string,
    last became relevant of it as string,
    (value of client settings whose(name of it = "Department") of it | "None") of computer of it
) of results
    (   bes computers,
        bes fixlets whose (fixlet flag of it and 
            display name of site of it contains "Patches for Windows" and
            "|" & category of it & "|" is contained by ("|Critical Updates|Security Advisory|Security Hotfix|Security Update|Service Pack|")
        )
    ) whose (exists first became relevant of it and relevant flag of it = true) 
    

1 Like