ServiceController with remote services

J

JMZ

I am trying to control and communicate with a service remotely and need to
know what permissions are required when using a ServiceController instance to
start, stop, and send custom commands to a remote service?

I know how to impersonate for the call and the service already responds
properly when both the client and server are in the same domain, but some
accounts need more rights. The error message does not tell me what the
missing permissions are, only that Access is denied.

Does anyone know the specific rights an account requires to remotely control
a Windows service?

Thanks in advance.
 
J

JMZ

Thanks.

Must the account have full Admin rights, or is there a specific permission
it must have?

I would rather not use an Admin account if possible.

Thanks.
 
M

Mr. Arnold

JMZ said:
Thanks.

Must the account have full Admin rights, or is there a specific permission
it must have?

I would rather not use an Admin account if possible.

Thanks.

I would say you need one with Admin rights to avoid trouble. You should use
one that has a strong password implemented.
 

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