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
In an SBS 2k8 & Exchange 2k7 environment, how do i am multiple e-mail addresses to one user?
cant search a Windows 7 drive when connected to my xp machine via usb
Parameterised query in vfp9
Ajax, Jquery, YQL trying to call .net webservice
code check
Dreamweaver - error creating new site
mailto hyperlink with multiple links on multiple lines
How to convert First Function from MS Acess to T-SQL
If I don't fill in all text fields, then the ones I left blank insert as empty records
C# Threading Issue