Hello All,
I was trying to read data from remote computer but I get an error "Access denied". Both 2 machine logged on with the same account and that account belongs to Administrator group. I create new windows application to query windows event log, like this:
"SELECT * FROM \\mycomputer\Application"
and it works fine, but now, I create a new Windows Service and also read the log like the same query, but I get an error "Access denied".
I also try to use LogParser and works very good.
Any ideas for me ?
Thanks