Hi,
Tell me, can it happen that this delegation will allow you to create a duplicate SPN?
Yes, it's possible when the admin don't use the command setspn -S
to add a SPN . Setspn -A
or add spn by editing AD attribute can generate a duplicate SPN.
The only way to prevent duplicate SPN when you generate new one is to use setspn -s
AD is large enough and roughly speaking, one object in AD can be linked to several SPNs, and how would it not happen that when delegating and ****creating SPN, whatever other service in AD will stop working?
if you need to delete duplicate SPN , you should removing SPN on the wrong computer or service account to restore the service.
the command setspn -X -F
will help you to identify duplicate SPN. Setspn -F -Q host/servernam
will help you to identify on with object the SPN has been added in the forest.
Type Setpspn /? you will find all option provided by this command to manage SPN.
*Please don't forget to mark helpful reply as answer