Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. setspn -S http/server37 domainsp_pool (for the web app)
  2. setspn -S http/server37:10000 domainsp_farm (for the CA web app)
  3. setspn -S http/server38 domainsp_services (for the service app pool)
  4. setspn -S mssqlsvc/server06 domain(sql service account here)
  5.  
  6. setspn -S MSSQLSvc/servername:1433 domainsql
  7. setspn -S MSSQLSvc/servername.fully.qualified:1433 domainsql
  8.  
  9. setspn -S HTTP/fully.qualified.domain DOMAINpool
  10.  
  11. setspn -S HTTP/admin.fully.qualified DOMAINfarm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement