aerohard Posted January 15, 2012 Share Posted January 15, 2012 Serious a great idea to be able to monitor the antivirus. If out of date, or they have an alert of virus Link to comment Share on other sites More sharing options...
Administrators Paul Posted January 15, 2012 Administrators Share Posted January 15, 2012 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. Link to comment Share on other sites More sharing options...
hfuentes Posted January 15, 2012 Share Posted January 15, 2012 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! Link to comment Share on other sites More sharing options...
aerohard Posted January 22, 2012 Author Share Posted January 22, 2012 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. Link to comment Share on other sites More sharing options...
gareth25 Posted January 23, 2012 Share Posted January 23, 2012 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. Link to comment Share on other sites More sharing options...
Administrators Paul Posted January 23, 2012 Administrators Share Posted January 23, 2012 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. Link to comment Share on other sites More sharing options...
gareth25 Posted January 24, 2012 Share Posted January 24, 2012 Paul, There are some suggestions here: http://stackoverflow.com/questions/4750507/check-anti-virus-status-in-c-sharp Paul and Cptrico 2 Link to comment Share on other sites More sharing options...
Cptrico Posted January 24, 2012 Share Posted January 24, 2012 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 Link to comment Share on other sites More sharing options...
Administrators Paul Posted January 28, 2012 Administrators Share Posted January 28, 2012 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. Link to comment Share on other sites More sharing options...
Cptrico Posted January 30, 2012 Share Posted January 30, 2012 Hi, I will release a plugin soon that can help you in retrieving this information. Stay tuned \\Johnni Paul, Marius and aerohard 3 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now