Windows Patches needed
N7R7YZ
See details on my blog . A DataSource that shows which Windows patches are needed. The patch names, and KB numbers show as instances and are grouped by Microsoft's 'classifications'. A special instance named 'summary' shows how many days since the last patch was installed and how many patches are needed.

Mike_Suding
Posted 7 years ago·Last reply 4 years ago
14 comments
ASCoates
·4 years agoApologies for reviving a somewhat old thread, this is working great for us so far
I was just wondering if its possible to turn the data into a dashboard?
As an example it would display / work something like this -
Widget: Security Updates
KB name/ information: KB4579979
Devices required: 5
Then click the 5 would display the machines its required on
Is something like this possible?
LM User
·5 years agoWinRM is failing to connect to that server. Do you have WinRM enabled on that server and all the right credentials loaded into LM as properties on that device?
Dominique
·5 years agoHello,
This is my selection it should be 43 items but I have only 23 machines after 12 hours which get the datasource!
Looking in this issue
Thanks,
Dom
Dominique
·5 years agoHello,
I imported the XML and now I am testing on a group of machines...
Several machines did not get the datasource at all...
For the machines receiving the datasource I have an issue with the parameter "updatecount"
It remains empty...
Any idea why?
THanks,
Dom
Vitor_Santos
·5 years agoThis is very nice, thanks!
Mosh
·5 years agoHi, yes it works okay for us.
Shack
·5 years agoAppears to of imported even with the error above. Disregard.
Shack
·5 years ago@Mosh do you have this datasource alerting for you? Interested in seeing if I can get it to work.
Shack
·5 years agoTried this in my portal today and it fails during import with the error below.
LM User
·6 years agoThe KB# appears to be the first part of the instance name. I haven't looked at the code, but you could likely modify it to store the KB# as an instance level property.
Dominique
·6 years agoHello,
Excellent post thanks!
I wonder if we could add the KB# in the datapoint or there is another way to get them in a widget?
Thanks,
Dom
Mosh
·7 years agoHi @Mike Suding
I have found that sometimes it is possible to get a false $DayDiff when going by the most recently installed update. I found an example on a server where an older roll-up was installed recently and the returned date was way in the past. So, I'm using the following method, which so far has been returning the expected results:
Mosh
·7 years agoThanks Mike, that's cool.