Ich habe die Verhandlungsauthentifizierung für den WinRM-Dienst auf meinem Server deaktiviert, indem ich Folgendes ausgeführt habe:
winrm put winrm/config/service/Auth @{Negotiate="false"}
Und jetzt kann ich jede Operation mit winrm durchführen. Ich bekomme den Fehler:
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:
Ich verstehe den Fehler, aber das Problem ist, dass der einzige Weg, den ich im Web finde, um die Authentifizierung zu verhandeln, darin besteht, Folgendes auszuführen:
winrm put winrm/config/service/Auth @{Negotiate="true"}
Was natürlich den obigen Fehler ergibt. Gibt es eine andere Möglichkeit, die Authentifizierung zu verhandeln?
gpedit.msc
und wählen SieComputer Configuration
->Administrative Templates
...