Installing a windows service on remote machine using given username

后端 未结 4 2029
无人及你
无人及你 2020-12-08 05:44

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

4条回答
  •  暖寄归人
    2020-12-08 06:10

    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.

提交回复
热议问题