How to start a process / application on an other computer from C#, by using PowerShell remoting
You van execute a process on an other machine from C#, by using the code below: Example for calling the function var rc = new RemotingComponent(null); rc.RunRemoteProcess ( @"MyMachine1", "MyMachine1\Administrator", "MyPassword1", @"C:\Windows\System32\notepad.exe", string.Empty