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
How Do I update a DataSet after entering information into a "Detail View"
[Exchange 2010] - Change default Management Role - Prevent users from creating new Distribution groups
Automatically log into websites programmatically
count # of files in folder given a partial name
fedora 13 can not connect to network
Web Page Building
Need to count orders in Access report based on condition
ORA-32004: obsolete and/or deprecated parameter(s) specified Error after switching to archivelog mode in Oracle 11G.
What are all the possible options for virtualizing a physical server that is presently attached to a SAN and used for storing data?
How to access and manipulate multiple dynamically created gridcontrols and populate them from a CSV file