You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Table of Contents

Managing SPN Names

Obtain list of Kerberos SPN Names

setspn \-L servername

or

setspn \-L username

example:

C:\Users\admin>setspn -L server
Registered ServicePrincipalNames for CN=SERVER,OU=Servers,DC=test,DC=local:
        TERMSRV/SERVER
        TERMSRV/Server.test.local
        WSMAN/Server.test.local
        RestrictedKrbHost/Server.test.local
        HOST/Server.test.local
        WSMAN/SERVER7
        RestrictedKrbHost/SERVER7
        HOST/Server

or

C:\Users\admin>setspn -L Userk
Unregistering ServicePrincipalNames for CN=Userk,OU=Users,DC=test,DC=local
        HTTP/Userk

Delete Entries from a host/user

setspn -D protocol/attribute username

or

setspn -D protocol/attribute server

Second Header

Unknown macro: {rate}
  • No labels