I believe that function registers an SPN to the computer account object in
Active Directory. You can list registered SPN's by using setspn.exe (this exe
may only be on Windows Server):
setspn.exe -l [objectname]
setspn.exe -l SQLSERVER
SQL automatically registers an SQN to the computer account object when it is
installed. You can use setspn to add and remove SPN's. SPN's (service
principal names) are registered in Active Directory objects and used for
client to service authentication. This would be used for SQL Windows
Authentication.
:
In SQL Server Properties I can "Add this instance of SQL Server to
Active Directory". Where does this added instance show itself?
Thanks
Larry