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"
Fantastic! Resolved the same issue here ;-)
ReplyDeleteThanks for the posting.
Glad I could help
ReplyDeleteWorked perfectly for me too! Thank you.
ReplyDeleteIt works like a charm, thank you.
ReplyDeleteAny idea why quickconfig does not work sometimes?