iis - How do I register Network Service as an SPN? -
i registered domain account http spn earlier today before realising break network service app pools, deleted registrations domain account.
i think need add network service spn app pools working again windows authentication. syntax this? can't work out network service account called in setspn syntax.
thanks!
you can reset computer use default spns using command:
setspn -r hostname
hostname actual host name of computer object want update.
to verify existing spns can use:
setspn -l hostname
Comments
Post a Comment