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
How do I add var to a function
Delimited text to array in jscript
MySQL Query
Batch File Script Issue
Visual Basic .Net, Need the Specific reason an IOException was thrown.
Excel - Trying to move the contents of 2 columns into 1 cell with some formatting.
Zen cart NavMainLink color change
Using Excel - How to best display date and time events in timeline or chart format?
Create array based on variable value with javascript
adding items to combo boxes on form