积极答复者
win10加域报错 “因为向进行添加/修改而提供的SPN值不是全林唯一的”

问题
答案
-
你好,
首先建议查看除了在ADUC里删除了重复的计算机账户外,请确认DNS server里面关于此台计算机的记录也清理干净。
建议使用命令查看是否还存在重复的SPN
Get-ADComputer -Filter {serviceprincipalname -like "*computername*"} | select *
另外可以尝试更换计算机名称是否是可以成功加域。
Fan
Please remember to mark the replies as an answers if they help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com
- 已编辑 flingminMicrosoft contingent staff 2020年9月14日 0:21
- 已标记为答案 Wan zy 2020年9月21日 8:32
全部回复
-
你好,
首先建议查看除了在ADUC里删除了重复的计算机账户外,请确认DNS server里面关于此台计算机的记录也清理干净。
建议使用命令查看是否还存在重复的SPN
Get-ADComputer -Filter {serviceprincipalname -like "*computername*"} | select *
另外可以尝试更换计算机名称是否是可以成功加域。
Fan
Please remember to mark the replies as an answers if they help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com
- 已编辑 flingminMicrosoft contingent staff 2020年9月14日 0:21
- 已标记为答案 Wan zy 2020年9月21日 8:32