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
select records
SQL QUestion
Outlook startup problem
Pop up window
Mouse Move and Timer
An error was encountered while retrieving user profile details.
New Line in request parameter to be passed from one JSP to another JSP
Records with 1 Distinct field in SQL - Access 2010
Server tag is not well formed
ConfigurationSettings.AppS
ettings