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
WCF limit Download/upload speed.
Adding a parameter to Crystal Reports CurrentDate
SNMP
How do I configure a Polycom IP 330 or 321 to replace a softphone
Managing exchange 2007 through active directory
DNS queries causing network issues?
What is the best database method to use to create a networked workgrouped (not domain based) visual basic program?
Export table in mysql using sql query
Performance: HashMaps vs Arrays
How do i bind List<String> to GridView