We have some winodow services on the remote machine. I am not able to start and stop that services using service controller from my machine.
|
feedback
|
|
You can use Powershell and supply it with the appropriate credentials:
Now you can use $obj to stop and start the service
In addition, if you want to see the methods and properties available for $obj use this command:
| |||||
feedback
|