POWERSHELL-无法连接到远程计算机

时间:2018-07-25 16:45:05

标签: windows powershell command remote-server winrm

由于我的密码而无法连接到远程计算机? My problem here :

我可以使用“ mstsc”之类的常规方法进行远程连接,因此我的用户名和密码可以正常工作。 我不明白为什么密码在Powershell上不起作用。 你能帮我吗? 在远程计算机上启用WinRM。

1 个答案:

答案 0 :(得分:0)

将完整命令添加到帖子中以供查看。

您应该以对服务器具有适当访问权限的帐户运行powershell会话。

enter-pssession -computername "your PC Name"是命令。

Powershell版本在这里与您要连接的设备有关,必须在Powershell 3.0上