Winrm - The Specified Credentials Were Rejected By The Server
I am unable to get WinRM session in a python script. Environment ad-dns.test.com - Windows 2012 AD and DNS Server box88.test.com - CentOS 7.2 : Kerberos, Python (Not joined
Solution 1:
Solved it finally, it was a permission issue and not invalid credentials as pointed out in logs. There are two solutions to this issue
- Add the domain user to the
Domain Admins
Group - Execute
winrm configSDDL default
on the Windows server and checkRead
andExecute
permissons like below
Post a Comment for "Winrm - The Specified Credentials Were Rejected By The Server"