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
Conficker Worm
Spell Check is not working on OWA
connect to sql database using php
OpenVMS logs to be sent using syslog
PHP - No results show for If else statement
Modify Cron Job
C#, accessing different database types (Oracle, SQL Server, MySQL, ...) How do I use SqlConnection class?
Windows 7 Home not accessing the internet
Exchange 2007 /Outlook 2007 Everything Going to Junk Mail
Active Directory Logout Logged on Users