How to monitor windows services on a remote machine?

  • Thread starter Thread starter Yi
  • Start date Start date
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
 
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.
 
Back
Top