Bonjour,
depuis quelques semaines le WinRM ne fonctionne plus dans mon reseau. Pourtant aucune modification n'a été faite.
Enter-PSSession -Computername ko , Client Center (SCCM) ko
Je ne comprend pas, Enable-PSRemoting : ok
1 2 3 4 5 6 7 8
| winrm get winrm/config/service/auth
Auth
Basic = false
Kerberos = true
Negotiate = true
Certificate = false
CredSSP = false
CbtHardeningLevel = Relaxed |
1 2 3
| Erreur de connexion
Connecting to remote server xxxx failed with the following error message : WinRM cannot complete the operation. Verify that the specified computer name is valid, that the computer is accessible over the network, and that a firewall exception for the WinRM service is enabled and allows access from this computer. By default, the WinRM firewall exception for public profiles limits access to remote computers within the same local subnet. For more information, see the about_Remote_Troubleshooting Help topic. |
1 2 3 4 5 6 7 8 9
| enter-pssession : La connexion au serveur distant xxxxx a échoué avec le message d’erreur suivant: WinRM ne peut pas
traiter la demande. L’erreur suivante s’est produite lors de l’utilisation de l’authentification Kerberos: impossible
de trouver l’ordinateur xxxx. Vérifiez que l’ordinateur existe sur le réseau et que le nom fourni est correctement
orthographié. Pour plus d'informations, voir la rubrique d'aide about_Remote_Troubleshooting.
Au caractère Ligne:1 : 1
+ enter-pssession -ComputerName xxxxx
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument : (xxxx:String) [Enter-PSSession], PSRemotingTransportException
+ FullyQualifiedErrorId : CreateRemoteRunspaceFailed |
J'accuse l'antivirus qui pourrait bloquer le port ou pare-feu pour le remote...
Le Mstsc fonctionne lui...
Avez vous, vous aussi rencontré ce pb depuis la version W10 1909 ?
Partager