roberts126
February 12th, 2008, 09:22 AM
I'm a network admin for several small companies. I have 13 servers that I have to verify that backups ran, that the anti-virus application is running and updating, and check the event viewers every day. What I'd like to accomplish is displaying this information in an ASP site.
I already have the code in place from a Visual Basic Application that I wrote to display the event viewer information, as well as alerting me via email when there is a severe error such as a disk error. I also have a general idea about how to display recent backup history since backup exec uses MSDE to store this information.
My problem is obtaining the information from Symantec Anti-Virus Corporate Edition. I'd like for the site to display the version number, date of last update, and the date of the last scan. Is this possible if so where do I need to look to accomplish this. I would think that the information would be stored in WMI somewhere but I'm not that familiar with WMI.
Any help would be greatly appreciated.
I already have the code in place from a Visual Basic Application that I wrote to display the event viewer information, as well as alerting me via email when there is a severe error such as a disk error. I also have a general idea about how to display recent backup history since backup exec uses MSDE to store this information.
My problem is obtaining the information from Symantec Anti-Virus Corporate Edition. I'd like for the site to display the version number, date of last update, and the date of the last scan. Is this possible if so where do I need to look to accomplish this. I would think that the information would be stored in WMI somewhere but I'm not that familiar with WMI.
Any help would be greatly appreciated.