I am trying to stop GitlabRunner windows service using powershell. When I execute the command in elevated powershell prompt, I see the following expected response
Now if I run the same command in powershell ISE as Administrator It shows RemoteException error.
Note that the service is actually getting sopped even if the response shows error.
I get the same kind of error response with girlab-runner's other commands like register
or start
. Commands are working but shows error in response and only happens in ISE.