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
Playing Flash Videos on an iPad or an iPhone
MS SharePoint Excel Web services
Spam/Open relay?
mondoarchive not writing to tape
Javascript function needs a tweak
file extension problem
Transferring files from Point A to Point B via .NET
how can I check in my laptop specs that its an "intel core i7 quad"?
arcserve 11.5 exchange server 2003 public folder restore
How to decommision an Exchange 2007 Server