viewing event logs remotely

  • Thread starter Thread starter Nik Johnson
  • Start date Start date
N

Nik Johnson

All,

using vb.NET on WinXP, I am trying to return the text of the events in
the event logs from various machines on the network (using the event log
class). It works to a degree,
but certain Event sources return text such as the one below.


The message '1073750026' for application 'Fax Service' could not be
formatted using library(ies): ''. The log entry contains the following
replacement strings:'C:\Documents and Settings\All Users\Application
Data\Microsoft\Windows NT\MSFax\faxreceive\4ab2325500.tif', '', '', 'Fax',
'8', '0:02:19', 'iNTRA 56k'

anyone got any ideas?

thanks in advance
Nik
 
using vb.NET on WinXP, I am trying to return the text of the events in
the event logs from various machines on the network (using the event log
class). It works to a degree,
but certain Event sources return text such as the one below.
anyone got any ideas?

You can try to use WMI to query the remote eventlogs.

Regards

Geert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top