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
Transactional replication
Excel 2007 does not print shapes in mulitpage print area
How do I create an Access runtime database
sbs 2003 wont load some webpages
How To Execute Script On Firebird
How to change login mode from Outlook Web Access Light to regular Outlook Web Acess on Excghange 2007 on SBS2008
Can you subnet 1 public address or only a Class A, B or C network?
fast Searchable PDF Scan
Following code working in excel 2003 but not 2007
RDP login to SBS 2008 Std with invalid domain name