Looking for a good script to do the following:<br><br>I want to export the event logs from several servers on a daily basis and dump them into a database if possible. Export format is CSV so import is ...
If you are really looking to go out on a limb, it's very easy to code a quick perl/python/wsh script to poll the remote system's Event Log. From there I personally dump the information in to an SQL db ...