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"