Разное - WinRM - конфигурация

Ответить
Аватара пользователя
Well7

Разное - WinRM - конфигурация

Сообщение Well7 »

Всем привет! Есть проблема с WinRM: после игр с авторизацией, не могу обновить конфиг через WinRM и подключиться к серверу через WinRS. Кто знает, как можно создать заново дефолтный конфиг? Если делаю так:

Код:

Код: Выделить всё

winrm quickconfig

то получаю следующее:



Код:

Код: Выделить всё

WinRM already is set up to receive requests on this machine.
WSManFault
    Message = The WinRM client cannot process the request. The WinRM client tried to use Negotiate a
uthentication mechanism, but the destination computer (localhost:47001) returned an 'access denied'
error. Change the configuration to allow Negotiate authentication mechanism to be used or specify on
e of the authentication 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 compute
r are joined to a domain. To use Basic, specify the local computer name as the remote destination, s
pecify Basic authentication and provide user name and password. Possible authentication mechanisms r
eported by server:       Kerberos
Error number:  -2147024891 0x80070005
Access is denied.
Аватара пользователя
MrN0n4me

Re: Разное - WinRM - конфигурация

Сообщение MrN0n4me »

reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f



Информация получена здесь
http://www.shirmanov.com/2011/04/win...-on-local.html


Мне помогло.
Ответить

Вернуться в «Другие серверные продукты»