Creating property to display missing "Critical" MS patches

(imported topic written by Marquee91)

Hi,

I am trying to write a property to display the total number of missing “critical” MS security patches…

I have re-worked apiece of relevance code I downloaded from the forum, but it is not working. I f anyone can point me inthe right direction I would appreciate it.

if name of operating system as lowercase starts with “win” then (number of relevant fixlets whose (value of header “Subject” of it as lowercase starts with “ms0”)where(number of relevant fixlets whose (value of header “x-fixlet-source-severity” of it as lowercase = “critical”) of site “Enterprise Security”))else nothings

Thanks,

T

(imported comment written by jessewk)

number of relevant fixlets whose (value of header “x-fixlet-source-severity” of it as lowercase contains “critical”) of site whose (name of it = “Enterprise Security”)