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
Batch File: Robocopy
Outlook 2010 always needing to restart
Powershell script to get size of shares and freespace of volume
MySQL on Windows -- zip up to backup?
best practices in programming
VMware Storage Migration
Best practice in updating the server in DMZ
For a iPHONE anyone know of a good War game?
How to create domain in Windows Server 2008 R2
Switching hardware on a SBS 2003 server