Microsoft
Software
Hardware
Network
Question : Query Event Log
hi,
This is for windows server 2008 standard edition.
how would you query the event log (powershell?) that filters on a date range for
specific event sources (source01 source02) for specific level (error) that contains keyword in the error description such as 'out of bound'?
TIA!
Answer : Query Event Log
You can also use the "-message" parameter to filter out the string you want
get-eventlog application -entrytype Error -after $FromDay -before $UntilDay -message "*out of bound*" -source source01
Random Solutions
repair hard disk
SQL Query
Problems with photos and videos on a macintosh
connect to sql database using php
bit or operation
Compile more than one cs files in a dll (visual studio 2010)
Modify Cron Job
Handling of PDF image files in a mysql database w/php
Incoming Passive FTP Connections to a SBS 2003 Server Failing
HTTPSessionState Class