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 to build search button on MS Access report or Query
BESX allocating new handset to user
Aruba WiFi Setup
What is the best schema & DB role for a user (app) that I only want to run a SP that creates another user?
What are the different RAID options for SAS
DNS server NAS vs Wifi Router
Where do the three wires connect to the motherboard for a lenovo t60 lcd screen?
Internal domain is company.com so requests for public
www.company.com
are not found
SWINGS VS STRUTS/JSF
Vmware Workstation "The parent virtual disk has been modified since the child was created."