Dineshk77
Results
2
issues of
Dineshk77
I am having the same issue. Below is my code and logs code: ``` from suds.client import Client from suds.transport.https import WindowsHttpAuthenticated ntlm = WindowsHttpAuthenticated(username="domain\\"+username,password=password) client = Client(url,transport=ntlm) ``` error...
I am trying to establish winrm connection to the host which has a first time login password change requirement. Is there an option to stdin when the host requests password...