P
Palloquin
Hi,
I need to access eventlogs on remote machines.
I can do this using
Dim logs() As EventLog
logs = EventLog.GetEventLogs("RemotePC")
The problem is that this will only work if on the remote machines (win XP
pro) I add everyone to the administrators group. For obvious reasons I do
not want to do that.
All machines are stand alone machines. They are not in any AD or Domain.
Is there any way I can connect to the machines with a username / password,
or any other way to get to this data?
TIA!!!
I need to access eventlogs on remote machines.
I can do this using
Dim logs() As EventLog
logs = EventLog.GetEventLogs("RemotePC")
The problem is that this will only work if on the remote machines (win XP
pro) I add everyone to the administrators group. For obvious reasons I do
not want to do that.
All machines are stand alone machines. They are not in any AD or Domain.
Is there any way I can connect to the machines with a username / password,
or any other way to get to this data?
TIA!!!