xybal
Enthusiast
Enthusiast

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

Reply
0 Kudos