Forum Discussion
alexander tikhomirov
Aug 08, 2017Brass Contributor
issue with powershell remote to server with SPN http service already assigned
Hello I have the similar problem as described here https://superuser.com/questions/1041607/how-do-i-enable-both-powershell-remoting-and-spn-for-sql-server-reporting If I have server with instal...
Deleted
Feb 13, 2024For anyone else having this issue, if you need to actually keep the Http and Https SPNs registered to your Service account to manage the app pool of a website, the only way I found to resolve this was to remove the https/servername https/fqdn spns from the service account and add the ports to when adding hte SPNs back. example: https/servername:443 http/servername:80. I was trying to connection via Winrs over an https listener, and setting a WINRM SPN for the server did not work for me since the service account still had SPNs for the full port range of http and https.