POWERSHELL - 无法连接到远程机器
POWERSHELL - Couldn't connect to a remote machine
因为我的密码无法连接到远程机器?
My problem here :
我可以使用 "mstsc" 等正常方法进行远程连接,所以我的用户名和密码都可以正常使用。
我不明白为什么密码在 powershell 上不起作用。
你能帮我吗?
远程计算机上启用了 WinRM。
将您的完整命令添加到 post 以供审核。
您应该 运行 您的 powershell 会话作为具有服务器正确访问权限的帐户。
enter-pssession -computername "your PC Name"
是命令。
此处的 Powershell 版本对您尝试连接的设备很重要,需要使用 Powershell 3.0
因为我的密码无法连接到远程机器? My problem here :
我可以使用 "mstsc" 等正常方法进行远程连接,所以我的用户名和密码都可以正常使用。 我不明白为什么密码在 powershell 上不起作用。 你能帮我吗? 远程计算机上启用了 WinRM。
将您的完整命令添加到 post 以供审核。
您应该 运行 您的 powershell 会话作为具有服务器正确访问权限的帐户。
enter-pssession -computername "your PC Name"
是命令。
此处的 Powershell 版本对您尝试连接的设备很重要,需要使用 Powershell 3.0