We are building out some automation for deploying vm's in VMM 2012 R2 and we want to use wildcards in the computer name from the template we use, something like SRV###.
this works fine in the gui, as VMM will go out and get the name and return it to the gui, but in powershell, when you deploy it it simply puts the SRV### in the unattend.xml file to the server deploying and it fails because sysprep doesn't like that name.
anyone ever done this or know what i might be missing to make this work?
Thanks in advance for you help!!