标签: windows client exe
如何将一个exe文件复制到客户端并使用服务器运行此文件?
我有一个大型网络,我想在totall客户端运行一个exe文件。
怎么能帮助我?
答案 0 :(得分:3)
来自PsExec:
PsExec是一种轻量级的telnet替代品,可让您在其他系统上执行进程,完成控制台应用程序的完全交互,而无需手动安装客户端软件。
您可以执行psexec <remotehost> -c <path\to\executable\on\local\host>
psexec <remotehost> -c <path\to\executable\on\local\host>