It seems like you cant set custom property’s on VM creation, you will encounter these problems if you use a powershell function to deploy a VM like below and you want to set a custom property in the same function. Function CreateVM { #Create unique Guid as JobGroupID $JobGroupID = [Guid]::NewGuid().ToString() $VMTemplate = Get-SCVMTemplate | […]