My user haven't got access to run PowerShell.exe
Using C# I want to be able to run
(Get-Service -ComputerName 172.x.x.x -Name mssqlserver).Start()
on another computer, as the domain administrator account.
I can run PowerShell as administrator's username and password.
I searched in StackOverFlow... but I did not found my answer.