Friday, July 29, 2011

winrm qc fails with

WSManFault
Message = The system cannot find the file specified.

Error number: -2147024894 0x80070002
The system cannot find the file specified.


This is how my issue was resolved.

sc config WinRM start= delayed-auto
net start WinRM
winrm create winrm/config/listener?Address=*+Transport=HTTP
netsh firewall add portopening TCP 80 "Windows Remote Management"

4 comments:

  1. Fantastic! Resolved the same issue here ;-)
    Thanks for the posting.

    ReplyDelete
  2. Worked perfectly for me too! Thank you.

    ReplyDelete
  3. It works like a charm, thank you.
    Any idea why quickconfig does not work sometimes?

    ReplyDelete