See the KiXtart Manual! It does support backing up eventlogs on remote systems. However, the filepath to back up to MUST exist on the remote system as well.

Also, you state
Quote:

I read that BackupEventLog will not backup to a remote system, so I never tried.



but then your test code does exactly that:
Code:

DEL C:\Logs\test.evt
$rc=BackupEventLog("\\Server7\System", "C:\Logs\test.evt")
? $rc



You code is also flawed as it seems to indicate that you try to back up a remote eventlog to a local filepath!

You also never state the error codes you get.

_________________________
There are two types of vessels, submarines and targets.