Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Log forwarding

Status
Not open for further replies.

srenshaw

IS-IT--Management
Jan 19, 2005
75
CA
Is there any way to send the logs of a Win2003 server to another one ?

Look like I might have to convert them to syslog format but I would prefer that they would stay in their native format.

I did some search on that but I haven't found anything conclusive yet.

Thanks,
Simon
 
Are you looking to manage them from one system or just trying to condense your logs?

You could always acess the logs remotely via the command line

eventvwr.msc /server=X.X.X.X
 
robocopy is a ms command line util that is very easy to copy files, this can be used for the log files (and it will only copy changes not everything every night)

id use a script on 1 server to go and grab all the logs from the servers required and place them on a local machine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top