I am trying to add SPN entries for my SQL server but SQL server is running under an NT Authority account like SYSTEM or LOCAL SERVICE.
When I put in the setspn code it says it can't find the user. Is this possible to do? Trying to run the following:
setspn -L MSSQLSvc/SQLSERVER1 "NT AUTHORITY\LOCAL SERVICE"
The NT authority accounts are local computer accounts, and setspn is for domain account. So you need to the spn for the computer account:
Thanks for the help from ACE but the parameters were a bit wrong. For a local service account on a server use the following: