मैंने निष्पादित करके अपने सर्वर पर 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 (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:
मैं त्रुटि को समझता हूं, लेकिन समस्या यह है कि जिस तरह से मैं वेब पर केवल निगोशिएट प्रमाणीकरण को सक्षम करने के लिए खोज करता हूं, वह निष्पादित होता है:
winrm put winrm/config/service/Auth @{Negotiate="true"}
कौन सा कोर्स ऊपर त्रुटि देता है। क्या नेगोशिएट प्रमाणीकरण को सक्षम करने का एक और तरीका है?
gpedit.msc
और चुनेंComputer Configuration
->Administrative Templates
...