windows – 如何为winrm启用协商身份验证

前端之家收集整理的这篇文章主要介绍了windows – 如何为winrm启用协商身份验证前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我通过执行以下命令禁用了对我服务器上的winrm服务的协商认证:
winrm put winrm/config/service/Auth @{Negotiate="false"}

现在我可以使用winrm执行任何操作.我收到错误

Message = The WinRM client cannot process the request. The WinRM client trie
d to use Negotiate authentication mechanism,but the destination computer (local
host:47001) returned an 'access denied' error. Change the configuration to allow
 Negotiate authentication mechanism to be used or specify one of the authenticat
ion mechanisms supported by the server. To use Kerberos,specify the local compu
ter name as the remote destination. Also verify that the client computer and the
 destination computer are joined to a domain. To use Basic,specify the local co
mputer name as the remote destination,specify Basic authentication and provide
user name and password. Possible authentication mechanisms reported by server:

我理解错误,但问题是我在网上找到启用协商身份验证的唯一方法是执行:

winrm put winrm/config/service/Auth @{Negotiate="true"}

这当然会给出上面的错误.还有其他方法可以启用协商身份验证吗?

使用组策略:

计算机>政策>管理模板> Windows组件> Windows远程管理> WinRM服务:禁止协商身份验证:已禁用.

原文链接:https://www.f2er.com/windows/370061.html

猜你在找的Windows相关文章