He deshabilitado la autenticación de negociación para el servicio winrm en mi servidor ejecutando:
winrm put winrm/config/service/Auth @{Negotiate="false"}
Y ahora puedo realizar cualquier operación con winrm. Me sale el error:
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:
Entiendo el error, pero el problema es que la única forma en que encuentro en la web para habilitar la autenticación Negotiate es ejecutando:
winrm put winrm/config/service/Auth @{Negotiate="true"}
Lo que por supuesto da el error anterior. ¿Hay otra forma de habilitar la autenticación de negociación?
gpedit.msc
y seleccioneComputer Configuration
->Administrative Templates
...