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
Excel Drop Down Lists
children games (mind activity) website
Sample app for touch recognition
Formula and syntax for counting where 2 criteria must be met
how to check if user is local admin
Windows 7 Roaming Profiles, Folder Redirection and Start Menu in 2003 domain
Vbs script to get group membership count. Does not get actual count for some groups.
How to add another email address to recipient policy 2008 SBS
Simple jQuery Crossfade
Access (Form Tiicket # and matching record)