Good afternoon,
I use powershell remoting alot in my current project, but there is one server that does not allow to connect:
Windows Server 2012 R2
PSVersion 4.0
Source and target are both member servers in the same domain.
Error: Connecting to remote server XXXXXXX failed with the following error message: winRM cannot process the request. The following error with errorcode 0x80090322 occurred while using kerberos authentication: An unknown security error occurred.
Possible causes are:
- The user name or password specified are invalid.
- Kerberos is used when no authentication method and no user name are specified.
etc...
I tried many things:
when using -credentials switch its still not working
When using IP, it is still not working
I compared SPNs with a working server with setspn -l server name and entries on both servers are the same
There are no events displayed in the target machine if I try to connect
I tryed to disable the firewall
Using another source server makes not difference.
The problem is that I am not sure where to continue troubleshooting because I dont know where to get more information out of the system about this problem.
Any ideas?