Currently i have a AD/Kerberos Configured on one EC2 instance(Windows 2008 R2) and created couple of users. Each of the users has administrator privileges. When We login as a non-domain Administrator, i can successfully execute the winrm commands. But when i login as the domain User (who has administrator privileges), i cannot run the winrm commands:
C:\Users\domain-username>winrm get winrm/config/service/auth
WSManFault
Message = Access is denied.
Error number: -2147024891 0x80070005
Access is denied.
I check the Group Policy Editor for WinRM did not find anything relevant. I am not sure what i am missing.