Posted January 15, 201213 yr Serious a great idea to be able to monitor the antivirus. If out of date, or they have an alert of virus
January 15, 201213 yr Administrators Hello, There are a lot of antiviruses avaiable on the internet, I don't think possible to monitor them all. Now you have two solutions: Wait for the feature.Write a plugin to monitor action centre or your antivirus via their public api. I wish I could have helped you further.
January 15, 201213 yr Hi Some antivirus programs write an event, so you can try to find something in the event viewer and add a rule in PC Monitor to send an alert. Regards!
January 22, 201213 yr Author The event viewer was my firsr idea. But, I use mcafee, and not found nothig in the event viewer, when the antivirus is out of date. Another problem is if the virus stop the antivirus service, no write anithing in the register. API is a great idea, but I do not have knowledge to write it. Probably someone could it reaches API for the usually antivirus Mcafee, Norton... Regards.
January 23, 201213 yr WMI is the best way to monitor this I would imagine, that way it's not dependant on knowing about every Antivirus product. I am guessing Mobile PC monitor will eventually include the ability to view the Windows Firewall / Security Center status.
January 23, 201213 yr Administrators Sadly WMI doesn't cover Action Center, and it's sdk is very invasive. The best way to approach this is by implementing their own api one at a time. It's time and resource consuming job.
January 24, 201213 yr Paul, There are some suggestions here: http://stackoverflow.com/questions/4750507/check-anti-virus-status-in-c-sharp
January 24, 201213 yr Cool, with the link So as you can see you can easilly with WMI check for which product is installed and if it is up to date, but not if the antivirus has detected a problem. Tried this example and also in Powershell, works great. Best Regards Johnni
January 28, 201213 yr Administrators I will take a look again over powershell to see what can be done. Maybe a plugin can be done.. Expect some news on this on the following week.
January 30, 201213 yr Hi, I will release a plugin soon that can help you in retrieving this information. Stay tuned \\Johnni
Create an account or sign in to comment