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
What is the SQL split command?
<? not working but <?php is
myriad fonts for xp 64 bit
Where can I get Java Runtime Environment (JRE) Version 1.6.0_5. The 32-bit JRE 1.6.0_5
Deleting from multiple tables
phpmyadmin no negative numbers
htaccess change url to lowercase using RewriteMap
IBM HMC upgrade from v5r2.1 to 7.3.4
crawl infopath form attachments
How to configure openldap master slave server in centos5.5