What is the best way to install a windows service written in C# (in the standard way) on a remote machine, where I need to provide the username and password it should run as
We used to use PsExec to do everything on remote machine. At this time I saw naother solution called PowerShell Remoting, but haven't tried myself.