I am hitting a bit of a problem. My dns naming scheme is different from my windows domain naming shcheme. The virtual machine will typically be named aaa.company.com while it will belong to the bbb.company.com windows domain.
I have a customization that will deploy vm from a template and join them into the domain. I can't, however, set a main DNS suffix from the customization. Meaning that the machine's name in kerberos will be machine.bbb.company.com, so kerberos auth fails whenever i try to reach it with the name machine.aaa.company.com.
If I could set the primary dns suffix while customizing and have the machin register with it's FQDN (which works exactly as intended when done manually) It would solve this specific use case. Right now, this is kindof a showstopper.