Query/Change SPNs on Windows Domain without SetSPN

前端 未结 2 520
攒了一身酷
攒了一身酷 2021-01-14 16:54

Has anyone had any luck with querying/changing SPNs on a Windows domain? Most of the hits on Google are SQL related: I can\'t find any information on how to do this myself.

2条回答
  •  伪装坚强ぢ
    2021-01-14 17:18

    You can use Search.VBS in the support tools to search for duplicate SPNs:

    "C:\Program Files\Support Tools\search.vbs" "LDAP://DC=Your,dc=Domain,dc=Here" /C:"(serviceprincipalname=K2Server/jonathand-vpc:5252)" /S:Subtree /P:DistinguishedName
    

提交回复
热议问题