Retrieving Virtual Machine Templates as vSphere View Objects

It is possible to retreive virtual machine template information using the Get-View cmdlet, by retrieving VirtualMachine type objects based on the property value that describes the object as a template to which the value is returned as a boolean value. To retrieve VirtualMachine objects , the property value we require to retrieve is Config.Template where the value is ‘True’, which can … More Retrieving Virtual Machine Templates as vSphere View Objects

Retrieve VM Memory and CPU Hot Add information from PowerCLI

I was recently looking to return VMs where the ‘Enable memory hot add information for this virtual machine’ was not configured. For a single VM, you can view this information from selecting ‘Edit Settings > Options > Memory/CPU Hotplug’  as below:                     From PowerCLI you can retrieve … More Retrieve VM Memory and CPU Hot Add information from PowerCLI