6
Как включить согласование аутентификации для winrm
Я отключил согласование аутентификации для службы winrm на моем сервере, выполнив: winrm put winrm/config/service/Auth @{Negotiate="false"} И теперь я могу выполнить любую операцию с winrm. Я получаю ошибку: Message = The WinRM client cannot process the request. The WinRM client trie d to use Negotiate authentication mechanism, but the destination computer …