never-displayed
View discussion in a popup
On PowerCLI I used this to realise update.
$installerArgs = 'REBOOT="ReallySuppress"'
(Get-VM VM_NAME | Get-View).UpgradeTools_Task($installerArgs)
After that My vmwareTools are still "out of date". Do I need to reboot the VM to make them OK ?
Thx