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 ...
If you do not find any event log on the computer, restarting the Windows Event Log service might help. System File Checker or SFC is the built-in tool of Windows that can fix corrupt system files. It ...