How to monitor windows services on a remote machine?

Y

Yi

Hi, I have a windows service, which I called "master service", that
monitor a set of other windows services running on remote machines. I
searched google and it seems it has something to do with
"administrator" rights but there are very few useful information. I
tried but still cannot get it to work. This question has been asked in
other forums but there is no useful answer either. I was wondering if
anybody actually did it, or is there other options to monitor the
windows services on remote machines?

Thanks!
Yi
 
G

Gabriele G. Ponti

Your local service must run under an account that is also a valid account on
the computer hosting the remote services, where it should have the
appropriate permissions.

If you don't want to use existing accounts, you can create specific accounts
for your application.
 

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

Top