我来不及确定以下错误的根本原因。
到目前为止,我检查了所有我知道的但无法找到解决方案的东西。我禁用Windows防火墙以排除防火墙问题。这两个系统属于同一域。
希望有人可以提供帮助。
谢谢
$credential=Get-Credential -UserName "domain.local\user.surname" -Message "Test"
$remotesession=New-PSSession -ComputerName "XX-XXX-XXX" -Credential $credential -Authentication Default
Enter-PSSession -Session $remotesession
New-PSSession:[XX-XXX-XXX]连接到远程服务器XX-XXX-XXX 失败并显示以下错误消息:WinRM无法完成 操作。验证指定的计算机名称有效,并且 可以通过网络访问计算机,并且该防火墙例外 启用WinRM服务,并允许从此访问 电脑。默认情况下,公共配置文件的WinRM防火墙例外 限制对同一本地子网内的远程计算机的访问。对于 有关更多信息,请参见about_Remote_Troubleshooting帮助主题。
winrm get winrm/config/client
的结果
Client NetworkDelayms = 5000 URLPrefix = wsman AllowUnencrypted = false Auth Basic = true Digest = true Kerberos = true Negotiate = true Certificate = true CredSSP = false DefaultPorts HTTP = 5985 HTTPS = 5986 TrustedHosts = REMOTESERVER.DOMAINNAME.LOCAL
netsh winhttp show proxy
的结果:
Current WinHTTP proxy settings: Direct access (no proxy server).
winrm quickconfig
的结果:
WinRM service is already running on this machine. WinRM is already set up for remote management on this computer.