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
Exchange 2007 mailboxes disappeared after accidental deletion of OU
Sending mail in ASP
USB port identificaion
If Latin1_General_CI_AS same as Latin1_General_CP1_CI_AS
Google Apps Directory Sync LDAP port 389
Can a Windows 2003 Server Event Log File be changed
Installing a UCC SSL Certificate for Exchange2010
Learn Combofix Scripting
how do i call one perl program from another perl program
Cannot delete old off-line files shares on Vista users after migrating from SBS2003 to SBS2008 new server