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
Free program to manage MYSQL.
Best Way to Add CSS Code to a Joomla Template
storage of data file when exchange is hosted
Encrypting CAD files, Windows Server 2003
How to just grab the specifc text from T-SQL?
Remote Routing and Access Internet
providing sql username & password to crystal report in asp.net c#
weird effects using ROUND() on REALs in TSQL
Exchange 2007, Entourage 2008 and SSL Cert Errors
Problem deploying VSTO addin in 64 bit Windows Terminal Server environment