Thanks yet again Luc for the spot-on answer!
LucD wrote:
Have a look at
$spec=New-Object –Type VMware.Vim.VirtualMAchineConfigSpec –Property @{“NumCoresPerSocket” = 1}
(Get-VM –Name Test_VM).ExtensionData.ReconfigVM_Task($spec)
What should I be reading to learn more about SDK methods and PowerCLI scripting? I seem to be permanently groping in the dark then coming here for rescue.
Alan