PowerShell进入pssession

时间:2014-10-23 07:32:48

标签: powershell iis winrm

我正在使用Windows 8.1。我正在尝试在另一个Windows 8.1上执行命令。通过使用PowerShell(enter-pssession或invoke-command)。我通常有两种类型的错误消息:一个告诉我访问被拒绝,另一个告诉我防火墙不允许HTTPS异常。这些计算机都不是服务器。我已经尝试过执行Set-PSSessionConfiguration -ShowSecurityDescriptorUI -Name Microsoft.PowerShell而没有任何结果。

我已经尝试取消激活我的防火墙,并已将其他计算机添加到我的可信主机列表中。

我总是在输入pssession后输入一个IP地址。这可能是问题的根源吗?

提前致谢:)

P.S。两台计算机都有winrm,IIS和Apache。

1 个答案:

答案 0 :(得分:0)

在帮助中可以获得开始使用远程处理的所有内容:

 PS> Get-Help about_Remote_TroubleShooting -ShowWindow

如果您不在域中,请查看此部分:

HOW TO CONNECT REMOTELY FROM A WORKGROUP-BASED COMPUTER
-------------------------------------------------------
[..]

When the local computer is not in a domain, the following procedure is required
for remoting.

1. Configure the computer for HTTPS transport or add the names of the
   remote computers to the TrustedHosts list on the local computer.
[..]