printing event logs
hi all, i need to print out security logs of windows 2000 servers on a daily basis. does anyone knows how to automate this? Thanks.
hi all,
i need to print out security logs of windows 2000 servers on a daily basis.
does anyone knows how to automate this?
Thanks
i need to print out security logs of windows 2000 servers on a daily basis.
does anyone knows how to automate this?
Thanks
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/dumpel-o.asp
An example syntax for dumping the security log:
dumpel -f file_to_dump.txt -s \\server -l security
You can schedule this task using Task Scheduler and pipe it out to the printer using a batch file.
HTH
An example syntax for dumping the security log:
dumpel -f file_to_dump.txt -s \\server -l security
You can schedule this task using Task Scheduler and pipe it out to the printer using a batch file.
HTH
i used dumpel to dump to a txt file but when i tried to schedule it to print using "print" command it only print the first few columns. Is there any way to make it print all the columns into 1 sheet?
for example:
SYS 5/16/ 2003 20:29:36 EventLog 6005 Information None comp
uter1 The Event log service was started.
i can only see "SYS 5/16/ 2003 20:29:36 EventLog 6005 Information None computer1" printed on my paper and the rest is not printed.
for example:
SYS 5/16/ 2003 20:29:36 EventLog 6005 Information None comp
uter1 The Event log service was started.
i can only see "SYS 5/16/ 2003 20:29:36 EventLog 6005 Information None computer1" printed on my paper and the rest is not printed.