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
Recalculate fields after requery.
Problem deploying VSTO addin in 64 bit Windows Terminal Server environment
Make connection from instance to interface
use environment special folder to get DllImport
HP Laserjet P4015n saying it is jammed?
how to ask question in the lounge
Testing Postfix
Backup Software
How do I look at the thread window on Visual Studio 2010?
How many bits is my operating system?