never-displayed
View discussion in a popup
Nighthawkz
another way (across Get-VM)
$spec.Tools = New-Object -Type VMware.Vim.ToolsConfigInfo
Get-VM | Where {$_.guest.guestFamily -eq ‘windowsGuest’} | ForEach-Object {$_.ExtensionData.ReconfigVM_Task($spec)}