【问题标题】:Winrm quick config shows errorWinrm 快速配置显示错误
【发布时间】:2016-02-05 11:19:08
【问题描述】:

C:\Users\Administrator>winrm quickconfig WinRM 已设置为在此计算机上接收请求。 WSManFault 信息 ProviderFault WSManFault 消息 = 无法检查防火墙的状态。

错误号:-2147024894 0x80070002 系统找不到指定的文件。

【问题讨论】:

    标签: windows powershell azure admin winrm


    【解决方案1】:

    我遇到了完全相同的问题,经过大量阅读并经历了防火墙重启、服务重启、打开端口之类的事情,解决方案非常简单: 只需重启服务器

    这个问题就解决了

    【讨论】:

      【解决方案2】:

      默认防火墙规则可能已损坏或未按预期运行。 在下面运行可能有助于设置 fw 规则:

      netsh advfirewall firewall add rule name="Windows Remote Management (HTTP-In)" dir=in action=allow service=any enable=yes profile=any localport=5985 protocol=tcp
      

      【讨论】:

        猜你喜欢
        • 2020-10-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2011-12-11
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2019-06-07
        相关资源
        最近更新 更多