retrieving error and warning messages from multiple server logs

  • Thread starter Thread starter inenewbl
  • Start date Start date
I

inenewbl

Hi all. Currently there are more than 10 windows servers in my network
environment. I would like to know if there is a 3rd party tool or write a
script to retrieve warning and error messages from the logs of all the
servers and consolidate into 1 log. Thks in advance.
 
hello,

you can use psloglist:
http://www.microsoft.com/technet/sysinternals/utilities/psloglist.mspx

Sinon côté scripting, vbscript, powershell (les deux via wmi)

La solution professionnel est Microsoft MOM (SCOM 2007), mais c'est très
conséquent si vous ne voulez que les eventlogs. Ce produit existe en version
workgroup pour les besoins modestes (10 serveurs justement il me semble)
http://www.microsoft.com/france/mom/default.mspx
http://www.microsoft.com/systemcenter/opsmgr/default.mspx



--
Cordialement,
Mathieu CHATEAU
http://lordoftheping.blogspot.com


"inenewbl" <inenewbl@discussions.microsoft.com> wrote in message
news:624BB045-E468-4320-9B61-CB5A7848A435@microsoft.com...
> Hi all. Currently there are more than 10 windows servers in my network
> environment. I would like to know if there is a 3rd party tool or write a
> script to retrieve warning and error messages from the logs of all the
> servers and consolidate into 1 log. Thks in advance.
 
"inenewbl" <inenewbl@discussions.microsoft.com> wrote in message
news:624BB045-E468-4320-9B61-CB5A7848A435@microsoft.com...
> Hi all. Currently there are more than 10 windows servers in my network
> environment. I would like to know if there is a 3rd party tool or write a
> script to retrieve warning and error messages from the logs of all the
> servers and consolidate into 1 log. Thks in advance.


When you write "from the logs of all the servers", can you be
a little more specific? What logs? Event viewer entries? Have
you had a look at your event viewers lately? Chances are that
there is a very large number of warning messages!
 
Back
Top