Execute Universal Event Log Dump from a Windows Server
Execute Universal Event Log Dump from a Windows Server
The following example illustrates the execution of Universal Event Log Dump from a Windows server.
The application log, from the previous day at 15:00 until current time, will be dumped to a file on the server.
ueld -logtype APPLICATION -stime "*-1,15:00 PM" -file c:\application.log
Command Line Options
The command line options used in this example are: