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
Free program to manage MYSQL.
ASP.NET ListView showing unexpected data..
Excel Interop, VB.Net, process can't be destroyed
Setup Programm for Linux systems
understanding the GAC
ASP.NET - What page did I come from?
Please suggest some SQL syntax for producing a string based on a group of other "bit" values.
Graphic card
PHPList Email Campaign Manager - Mysql Query to get detailed info
SQL Server 2008. Cannot log in the first time after installation.