All Forums >> [Scripting] >> Post a VBScript >> Gets Event Viewer and Emails AUTO Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
I have used .bat, .vbs, logparser.dll, and tryed also powershell, eventcombmt.exe etc... always with the final porpose of controlling multiple Events in multiple server. My final solution is completed! Much faster then whatelse I tried before, .ps are nice but output was not good, and emailing was a problem. eventcombmt.exe way faster then this, but could not be schedulled and it does not send an email. Any others types of event viewer gathers out there?
'Get Event Viewer Filering by: event,source,id,days,server USING: dumpel.exe 'Be able to get Multiple Evens from Multiple Servers(servers array ?) events in array (?) 'NOTES: dumpel.exe is much faster then WMI or LogParser API 'Author: Felipe Ferreira 'Date: 20/11/07 'Version: 3.0 - Stable, dynamic email, get events from txt, get list of servers from CUSTOM creation Names (clusters etc)
< Message edited by 4scriptmoni -- 3/12/2008 11:29:28 PM >