Dump Event Log Topics | Previous
To dump the system event log on server \\EVENTSVR to a file named Event.out, use:
dumpel -f event.out -s eventsvr -l system
To dump the local system event log to a file named Event.out, but only get Rdr events 2013, use:
dumpel -f event.out -l system -m rdr -e 2013
To dump the local application log to a file named Event.out, and get all events except ones from the Garbase source, use:
dumpel -f event.out -l application -m garbase -r