Showing posts with label Message = The system cannot find the file specified. Show all posts
Showing posts with label Message = The system cannot find the file specified. Show all posts

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"