Create VM annotation based on deployed template name
April 3, 2014
I was recently looking to create a virtual machine annotation type to include the template name to which a virtual machine was deployed from. I was able to achieve this by using the Get-VIEvent cmdlet to return a match for a virtual machine where the event was equal to “VmBeingDeployedEvent” and formatting the output string … More Create VM annotation based on deployed template name