我的笔记本电脑是域连接,我使用PSRemoting只是从我的办公室很好。当我试图通过VPN在办公室外连接时,我遇到了一个错误。我已经三次检查了我们的防火墙,但问题似乎是在客户端或服务器,因为“测试-WSMan”成功,没有任何问题。我把机器添加到彼此信任的主机上,并尝试了许多其他的东西,但都没有成功。请帮帮我!
我是域名管理员的成员,笔记本电脑在域名上。
Enter-PSSession : Connecting to remote server SERVERNAME failed with the following error message : WinRM cannot
process the request. The following error with errorcode 0x80090311 occurred while using Kerberos authentication: The
are currently no logon servers available to service the logon request.
Possible causes are:
-The user name or password specified are invalid.
-Kerberos is used when no authentication method and no user name are specified.
-Kerberos accepts domain user names, but not local user names.
-The Service Principal Name (SPN) for the remote computer name and port does not exist.
-The client and remote computers are in different domains and there is no trust between the two domains.
After checking for the above issues, try the following:
-Check the Event Viewer for events related to authentication.
-Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or
use HTTPS transport.
Note that computers in the TrustedHosts list might not be authenticated.
-For more information about WinRM configuration, run the following command: winrm help config. For more
information, see the about_Remote_Troubleshooting Help topic.
At line:1 char:1
+ Enter-PSSession SERVERNAME
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (SERVERNAME:String) [Enter-PSSession], PSRemotingTransportException
+ FullyQualifiedErrorId : CreateRemoteRunspaceFailed发布于 2016-11-29 06:20:47
从这个问题上,我的理解如下:
设置项wsman:\localhost\Client\受托人-Value Server01.Domain01.Fabrikam.com
我相信这些观点会对你有所帮助。通常,VPN不会带来这么多问题,除非跳非常复杂。
https://stackoverflow.com/questions/40858306
复制相似问题