When publishing a Lync Server topology in an environment where a pilot deployment exists in the same production domain you might run into an error that says “ServicePrincipalNameError: A service principal name operation failed.” when you attempt to publish your topology.
The following are some entries you may see in your log file:
To solve this simply create the Kerberos account name using the following command:
New-CsKerberosAccount -UserAccount "mtn\LyncKerbAuth" -ContainerDN "OU=Service Accounts,DC=domainame,DC=com"