Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi All,

I need to Start a Service on a Remote computer.

Computer A has a service ServiceA configured to run by Network Service Account.
Computer B has a Service ServiceB that needs to start ServiceA on Computer A.

Both computers are in different domains and different username and password.

Computer A does not have the Username/Password details of Computer B.

How can we start ServiceA on Computer A from ServiceB of ComputerB ?

Thank you for your Help.

Ravi
Posted
Comments
Sergey Alexandrovich Kryukov 25-Mar-14 19:07pm    
Not clear what the problem is... You application protocol should include commands for starting services or whatever you need. And the authentication of your service has nothing to do with "username/password detail of computer"...
—SA
Ashish Tyagi 40 26-Mar-14 5:02am    
You said "Computer A does not have the Username/Password details of Computer B".
But actually computer B requires Username/Password of computer A in order to start/stop/restart service(s) on computer A.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900