WinRM has been updated to receive requests.
The type of the WinRM service was successfully modified.
or (WinRM is already configured to receive this request)
C:\Users\adminsifast\Documents\Ansible\ConfigureRemotingForAnsible.ps1 : Could not establish session on either HTTP or
HTTPS. Breaking
Au caractère Ligne:1 : 1
I searched this error but I have not find a solution to it.
for some pc when I execute ConfigureRemotingForAnsible.ps1 I have no problem but on the other the proplem persists.
if you have an idea thank you to orient me, I really need a solution to communicate with Ansible.
That error is coming from the attempt to connect back to localhost. 'd
made changes to some of the error handling recently; previously the script
would write an error message but continue to run.
I found the cause of the error, trying to run this command “enable-psremoting” :
`
PS C:\Users\Administrateur> enable-psremoting
Configuration rapide du service WinRM (Gestion à distance de Windows)
La commande « Set-WSManQuickConfig » s’exécute pour activer l’administration à distance de cet ordinateur via le
service Gestion à distance de Windows.
Cela inclut :
le démarrage ou redémarrage (s’il est déjà démarré) du service Gestion à distance de Windows ;
l’activation du démarrage automatique du service WinRM ;
la création d’un écouteur pour accepter les demandes sur n’importe quelle adresse IP ;
l’activation des exceptions de règles de pare-feu Windows pour le trafic du service Gestion des services Web
(trafic HTTP uniquement).
Voulez-vous continuer ?
[O] Oui [T] Oui pour tout [N] Non [U] Non pour tout [S] Suspendre [?] Aide (la valeur par défaut est « O ») : O
WinRM est déjà configuré pour recevoir des demandes sur cet ordinateur.
Set-WSManQuickConfig : <f:WSManFault xmlns:f=“http://schemas.microsoft.com/wbem/wsman/1/wsmanfault” Code=“2150859113”
Machine=“localhost”><f:
<f:ProviderFault provider=“Config provider”
path=“%systemroot%\system32\WsmSvc.dll”><f:WSManFault xmlns:f=“http://schemas.microsoft.com/wbem/wsman/1/wsmanfault”
Code=“2150859113” Machine=“PC-slim-BH.sifast.infra”><f:Message>L’exception de pare-feu WinRM ne fonctionnera pas car l’un des types de connexion réseau de cet ordinateur est défini à Public. Changez le type de connexion réseau en Domaine ou Privé, puis recommencez.(translation: The exception WinRM firewall will not work because one of the types of network connections of this computer is set to Public. Change the type of network connection Domain or Private, and then try again) </f:Message></f:WSManFault></f:ProviderFault></f:Message></f:WSManFault>
Au caractère Ligne:69 : 17
I am getting similar error while running {ConfigureRemotingForAnsible.ps1} on some machines. I tried to look for L135 in the script but that is already a comment. can you please mention the exact line (code) that needs to be commented out?
{ # Create the hashtables of settings to be used.
$valueset = @{} $valueset.Add(‘Hostname’, $SubjectName) $valueset.Add(‘CertificateThumbprint’, $thumbprint)}