Set OS Customization in vCenter using Powershell

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"

Leave a Reply