Hello.
I’m new to BigFix and am looking for help in creating a report where I can pick any specific MS KB or Patch and run it against a client group of servers showing whether or not the patch is applied.
Thanks in advance!
Hello.
I’m new to BigFix and am looking for help in creating a report where I can pick any specific MS KB or Patch and run it against a client group of servers showing whether or not the patch is applied.
Thanks in advance!
Check the web reports
There should be a built-in report named as “open vulnerabilities list”
I have something similar. In Web Reports, I’d look for ‘Content’, and then a filter for ‘Content Name’, ‘Contains’, '*'
, and then save the filter. You can then reload the filter and replace the ‘*’ with whatever you want to look for at that time, like ‘MS17-010’ or ‘kb123456’ or whatever.
Thanks Selimgoksu,
I am familiar with that report. I am more interested in results for a specific vulnerability.
Thanks Jason, I’ll give that a shot tonight!
I found my solution.
I created a new content filter and added:
Content > Site > is > Patches For Windows
[and] Action > Source of Fixlets Site > Is > (name of my site)
[and] Computer > Device Type > contains > desktop
[and] Content > Name > Contains > (Insert KB or patch here)
[and] Content > Applicable Computer Count > is not > 0
[and] Content > Source Release Date > is after > May 1, 2017
This will list the patch I enter and report back any/all servers.