J'ai désactivé l'authentification de négociation pour le service winrm sur mon serveur en exécutant:
winrm put winrm/config/service/Auth @{Negotiate="false"}
Et maintenant, je peux effectuer n'importe quelle opération avec winrm. Je reçois l'erreur:
Message = The WinRM client cannot process the request. The WinRM client trie
d to use Negotiate authentication mechanism, but the destination computer (local
host:47001) returned an 'access denied' error. Change the configuration to allow
Negotiate authentication mechanism to be used or specify one of the authenticat
ion mechanisms supported by the server. To use Kerberos, specify the local compu
ter name as the remote destination. Also verify that the client computer and the
destination computer are joined to a domain. To use Basic, specify the local co
mputer name as the remote destination, specify Basic authentication and provide
user name and password. Possible authentication mechanisms reported by server:
Je comprends l'erreur, mais le problème est que le seul moyen que je trouve sur le Web pour activer l'authentification de négociation est d'exécuter:
winrm put winrm/config/service/Auth @{Negotiate="true"}
Ce qui bien sûr donne l'erreur ci-dessus. Existe-t-il un autre moyen d'activer l'authentification de négociation?
gpedit.msc
et sélectionnezComputer Configuration
->Administrative Templates
...