Powershell远程启用
我无法使用 powershell 连接到远程计算机。我所做的过程是:
- Enable-PSRemoting -Force
- Set-Item WSMan:\localhost\Client\TrustedHosts *
- restart-Service winrm
- Enter-PSSession IpAddress
当我从服务器计算机运行最后一步(第四步)时,我收到错误喜欢:
Enter-PSSession:连接到 远程服务器失败 以下错误消息:访问是 被拒绝。
我已在客户端和服务器计算机上尝试了上述所有 4 个步骤。请帮忙
谢谢 普拉夫
I am not able to connect to remote machine using powershell. The procedures i did is:
- Enable-PSRemoting -Force
- Set-Item WSMan:\localhost\Client\TrustedHosts *
- restart-Service winrm
- Enter-PSSession IpAddress
When i run the last step (4th one) from my server machine i am getting an error like:
Enter-PSSession : Connecting to
remote server failed with the
following error message : Access is
denied.
I have tried all the above 4 steps in both client and server machine. Please help
Thanks
Prav
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查远程机器上的端口
然后连接正确的端口
Check the port on the remote machine
Then connect with the correct port