Hello,
Thank you for posting question on Microsoft Windows forum!
Recommended Solutions:
- On a Domain Controller, open PowerShell as Administrator
- Run the following command to find the conflicting SPN:
powershell: *setspn -Q /<your_computer_name> Replace <your_computer_name>
with your laptop's hostname
- If found, delete the conflicting SPN with:
setspn -D HOST/<your_computer_name> <computer_account_name>
setspn -D HOST/<your_computer_name>.<domain>
Hope the above information is helpful!