Skip to content

Instantly share code, notes, and snippets.

@IAMPetro
Created December 12, 2016 01:55
Show Gist options
  • Save IAMPetro/e31b19e78f93f52f469bffe53d42ed3c to your computer and use it in GitHub Desktop.
Save IAMPetro/e31b19e78f93f52f469bffe53d42ed3c to your computer and use it in GitHub Desktop.
SharePoint: Kerberos Authentication Part 1
#Query whether the Web Applications Application Pool account has an SPN
SETSPN -l <DOMAIN>\<ApplicationPoolAccount>
#The Output of the above command will look like this if an SPN has not been registered to the domain account
Registered ServicePrincipalNames for CN=<Domain>,OU=<AD Folder>,DC=<Domain>,DC=<level prefix>:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment