Does anyone know how to write an event to the System log in Windows? I've found tons of code that writes events to the Application log, but I can't find anything about writing to the system log. The WshShell.LogEvent method doesn't seem to support this, and I can't find any other way of writing to the event logs.
I'm guessing that you can only write to the Application log from within scripts, but I'm hoping that's not the case. Any help would be appreciated.
I'm guessing that you can only write to the Application log from within scripts, but I'm hoping that's not the case. Any help would be appreciated.