如何远程运行PowerShell命令?

首先, 被remote运行PowerShell的windows必须已经join了domain. 其次, 该Windows的PowerShell必须开启对remote command的接受, 运行下面的命令来做到:

enable-psremoting
 

示例如下:

如何远程运行PowerShell命令?

好了, 可以到另一台机器上去执行命令玩玩看啦. 运行Enter-PSSession命令来执行远程命令.

Enter-PSSession

示例如下:

如何远程运行PowerShell命令?

参考资料

======================

Running Remote Commands

https://technet.microsoft.com/en-us/library/dd819505.aspx

about_Remote_Requirements

https://technet.microsoft.com/en-us/library/dd315349.aspx

上一篇:nginx配置中location匹配规则详解


下一篇:“一切都是消息”--iMSF(即时消息服务框架)之【请求-响应】模式(点对点)