It previously has always worked for me but now I’m getting an error
Unable to establish an HTTP or HTTPS remoting session.
At C:\users\stage\Desktop\configure_windows_for_ansible.ps1:129 char:5
- Throw “Unable to establish an HTTP or HTTPS remoting session.”
-
- CategoryInfo : OperationStopped: (Unable to estab…moting session.:String) , RuntimeException
- FullyQualifiedErrorId : Unable to establish an HTTP or HTTPS remoting session.
The last line of the script is:
Write-Verbose “PS Remoting has been successfully configured for Ansible.”
I have NEVER seen this line printed when configuring ansible, despite the config script successfully enabling ansible to connect.