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
Locale problem in C# program that I implemented. How to fix?
Informix SQL "is null" syntax
select records
Solution for shared excel
Active Directory Logout Logged on Users
Find and Replace Multiple Values
Windows 7 Home not accessing the internet
From a landline number to a cell phone
Modify Cron Job
Can I define a SqlServer Tbl which contains "Objects"