Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I found a few links that suggested replacing ExecQuery with ExecQueryAsync and$aevents = $Wmi->ExecQuery("SELECT * FROM $Win32_Class WHERE LogFile= +'Security' AND Eventcode=560")
but it didn't work. Any suggestions?$aevents = $Wmi->ExecQuery("SELECT * FROM $Win32_Class WHERE LogFile= +'Security' AND Eventcode=560",,'48')
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WMI Win32_NTLogEvent
by Anonymous Monk on Sep 18, 2003 at 09:28 UTC | |
by Anonymous Monk on Sep 18, 2003 at 15:00 UTC |