VMware Cloud Community
JonathanG
Enthusiast
Enthusiast

Update-Tools in powercli 5?

hi

In powercli 4 there was a command "Update-Tools" to upgrade vmtools on VMs

what is the equivalent in powercli for vSphere 5?

thank you

0 Kudos
2 Replies
aerodevil
Hot Shot
Hot Shot

I believe Update-Tools works just the same for v5 as it did for v4.  I have not seen any difference.

Don't forget about the wonderful -NoReboot !! Smiley Happy

Josh Atwell @Josh_Atwell http://www.vtesseract.com http://github.com/joshatwell/
0 Kudos
Troy_Clavell
Immortal
Immortal

I don't think anything has changed either.  Below is an example of what we use.

Get-Content "c:\VMs.txt" | Foreach-Object {Get-VM -Name $_ | Update-Tools -NoReboot -RunAsync }


PowerCLI Version
----------------
   VMware vSphere PowerCLI 5.0 build 435427
---------------

0 Kudos