izo*_*ica 5 windows windows-server-2008 windows-7 remote-management winrm
我一直在努力应对winrm和TrustedHosts,但无济于事.经过一些实验,我发现winrm/config/client的这个字段限制为多达1023个符号,这是不够的,特别是如果他们的ipv6添加主机.我引用Windows远程管理的安装和配置:A trusted hosts list should be set up when mutual authentication cannot be established.
文本也在同一个文件中说:Other computers in a workgroup or computers in a different domain should be added to this list.所以我认为这意味着只要两台计算机在同一个域中,我就可以使用winrm从另一台计算机访问其中一台.
我试图将两台计算机添加到测试域并执行:
winrm get winrm/config/client -r:192.168.100.1 -u:user -p:pass
从其中一个到另一个,但由于错误而失败:
WSManFault
Message = The WinRM client cannot process the request. If the authentication
scheme is different from Kerberos, or if the client computer is not joined to a
domain, then HTTPS transport must be used or the destination machine must be ad
ded to the TrustedHosts configuration setting. Use winrm.cmd to configure Truste
dHosts. You can get more information about that by running the following command
: winrm help config.
Error number: -2144108316 0x803380E4
The WinRM client cannot process the request. If the authentication scheme is dif
ferent from Kerberos, or if the client computer is not joined to a domain, then
HTTPS transport must be used or the destination machine must be added to the Tru
stedHosts configuration setting. Use winrm.cmd to configure TrustedHosts. You ca
n get more information about that by running the following command: winrm help c
onfig.
Run Code Online (Sandbox Code Playgroud)
将192.168.100.1添加到TrustedHosts后,上面的查询成功.所以我的问题是:是否可以在两台主机之间使用winrm而无需修改TrustedHosts?设置可信主机*不是我的选择.
Tes*_*eff 10
如果两台计算机位于同一个域中,则应该能够使用ComputerName而不是IP地址.当你使用IP地址时,你几乎被迫使用我所见过的TrustedHosts.
| 归档时间: |
|
| 查看次数: |
13202 次 |
| 最近记录: |