[ansible-project] Re: WinRM configuration script error

2018-02-15 Thread Snehit
Hi Rene , Have you able to resolve this issue ? I am also have same problem. << Unable to establish an HTTP or HTTPS remoting session. At C:\Users\snehit.rahate\Desktop\ConfigureRemotingForAnsible.ps1:404 char:5 + Throw "Unable to establish an HTTP or HTTPS remoting session." +

[ansible-project] Re: WinRM configuration script

2017-12-12 Thread Maverick Sevmont
Thanks Trond and Matt! I just saw your reply, never got any kind of notification from google!!! I thought I had checked the box to send me the updates. I ended up building a script using PsExec to accomplish this, but currently I am into building UI tools for other folks, so I will definitely

[ansible-project] Re: WinRM configuration script

2017-03-26 Thread Trond Hindenes
I'm assuming that's the one Erick mentions. Erick, that got merged in and has now taken of its own with changes from a bunch of people. It's also referenced in the docs: http://docs.ansible.com/ansible/intro_windows.html#windows-system-prep On Thursday, March 16, 2017 at 7:45:40 PM UTC+1, Matt

[ansible-project] Re: WinRM configuration script

2017-03-16 Thread Matt Davis
You mean this one ? ;) On Thursday, March 16, 2017 at 11:43:11 AM UTC-7, Erick Sevmont wrote: > > Hi Trond! > > I'm very interested, I just joined a project where I need this exactly, > wondering

[ansible-project] Re: WinRM configuration script

2017-03-16 Thread Erick Sevmont
Hi Trond! I'm very interested, I just joined a project where I need this exactly, wondering if you still have that available, the link sends 404, I snooped a bit in https://github.com/trondhindenes but I didn't see it! Would you mind sharing this again if you have it handy? Thanks! Erick On

[ansible-project] Re: WinRM configuration script error

2015-06-08 Thread Rene Metery
Thanks for the link, I will check into it. Le vendredi 5 juin 2015 14:59:50 UTC+2, Bob Tanner a écrit : Any helpful info here? http://powershell.com/cs/media/p/7257.aspx#windows-powershell-remoting Similar to the firewall check, check the trusted hosts. That was my problem. -- You

[ansible-project] Re: WinRM configuration script error

2015-06-08 Thread Rene Metery
Checking the windows evetn log was so obvious that I didn't think about it. While running the script and getting the error, the event has recorded this event (sorry this is in french but I think it is understandable) : 08/06/2015 08:34:20142 Erreur L'opération WSMan

[ansible-project] Re: WinRM configuration script error

2015-06-04 Thread Bob Tanner
What does $PSVersionTable return for you? PS $PSVersionTable Name Value - PSVersion 4.0 WSManStackVersion 3.0 SerializationVersion 1.1.0.1 CLRVersion 4.0.30319.34209

[ansible-project] Re: WinRM configuration script error

2015-06-04 Thread J Hawkesworth
Do you have windows management framework installed? On Thursday, June 4, 2015 at 4:32:59 PM UTC+1, Rene Metery wrote: Hi, I am currently configuring a windows computer to accept remote access from ansible and I am having a problem while running the script ConfigureRemotingForAnsible.ps1.