How to set the OS Customization at any time even after the VM creation using Powershell and PowerCLI.
Connect-VIServer myserver.fqdn.com Get-VM -Name MyVM | Set-VM -OSCustomizationSpec "MyCustomSpec"

Just Another IT blog
How to set the OS Customization at any time even after the VM creation using Powershell and PowerCLI.
Connect-VIServer myserver.fqdn.com Get-VM -Name MyVM | Set-VM -OSCustomizationSpec "MyCustomSpec"