Does anyone know if you can access the DNS Server, Directory Services, and File Replication Service logs on a remote W2K server with Log Parser? I have had success accessing these logs locally, and I have also been able to access the System, Security and Application logs remotely. I just cant seem to put the two together.
ie. (This works well to access Application log remotely)
LogParser -i:EVT -o:CSV "SELECT * FROM \\MyNetworkServer\Application TO test.csv"
(This works from the command line on local server MyNetworkServer to access DNS Log)
LogParser -i:EVT -o:CSV "SELECT * FROM DNS\u0020Server TO test.csv"
I can not, however, figure out the syntax to do the same on a remote server.
ie. (this doesn't work)
LogParser -i:EVT -o:CSV "SELECT * FROM \\myNetworkServer\DNS\u0020Server TO test.csv"
Can it be done??? If so, what is the syntax?
Rick
>> Stay informed about: Log Parser 2.1 - Remote Server Log Access