logparser Message with error codes
- by nsr81
Hi All,
Is there anyway to get complete error message using LogParser?
When I run the following query:
logparser -i:EVT -o:NAT "SELECT TimeGenerated,EventID,Message from System WHERE EventTypeName='Error event'"
I get the following output:
2009-09-02 19:35:44 7000 The USB Mass Storage Driver service failed to start due to the following error: %%1058
The full "Message" in EventViewer is:
Description:
The USB Mass Storage
Driver service failed to start due to
the following error:
The service
cannot be started, either because it
is disabled or because it has no
enabled devices associated with it.
How can I obtain complete message using logparser?