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
SQL Stored Procedure from Access
RG11 Coax cable types
PS2/USB Keyboard Not Working In Bios
How do I write a query to select which unique value I want to produce?
What is this font?
URGENT -- Vb.Net Excel COM Problem!
hibernate still needs power?
How to prohibit user from sending to all mailboxes exept a handful.
Need Visual Basic help with formatting in Excel
SBS 2008 Best Practice analyser warning - User account does not show in the Windows SBS Console