4. Service Principal Names


#Using setspn.exe:
setspn -L <user>

#Using PowerView:
Get-NetUser -SPN | select samaccountname,serviceprincipalname

Then perform lookup for the host results to see on which IPs the services are running:

nslookup.exe <hostname>