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
the database connection in in asp.net
weird effects using ROUND() on REALs in TSQL
changing order of group result
how to implement the screen which can be in form of grid lines in swings
IBM iseries 520
Asterisk: Detect incoming call
How to extract Numbers from a text string ?
Modify SP to get totals cross referenced against on/off hours
Problems with sp_executesql
cant search a Windows 7 drive when connected to my xp machine via usb