I have a keytab file created by ktpass command, in the format as below
ktpass /princ host/User1.contoso.com@CONTOSO.COM /mapuser User1 /pass MyPas$w0rd /out machine.keytab
Now how can I check the output file "machine.keytab" include SPN "host/User1.contoso.com"?
Some people say to use command KTUTIL, but when to download it?