I can start or stop service remotely from .net project.
ConnectionOptions options = new ConnectionOptions(); options.Username = @\"192.168.36.22\\test\"; options
I have come across a similar problem when I tried to connect, just add your machine name as admin in the 'users' group of the target machine and you will be able to fetch the data.