No problem.
I do think there's a simple solution, though. I've added this on to the sk but it seems that UAC could be causing the problem on Server 2016. Running the following command:
ktpass /princ cpepauthsrv/cpepauth.domain.com@DOMAIN.COM /mapuser cpepauth@DOMAIN.COM /pass C00l!Password /out cpepauth.keytab
under a command prompt which had been executed with the option "Run as Administrator" generated the following output:
Targeting domain controller: Dc1.domain.com
Successfully mapped cpepauthsrv/cpepauth.domain.com to cpepauth.
Password successfully set!
WARNING: pType and account type do not match. This might cause problems.
Key created.
Output keytab to cpepauth.keytab:
Keytab version: 0x502
keysize 85 cpepauthsrv/cpepauth.domain.com@DOMAIN.COM ptype 0 (KRB5_NT_UNKNOWN) vno 4 etype 0x17 (RC4-HMAC) keylength 16 (0x95352e2ef03ebd4a5de4c2a922432bc1)
which follows the output of the Admin Guide more closely.
Note that the switch format in the command with the preceding '/' was taken from a Microsoft TechNet article.