Monthly Archives: September 2010


VMware PowerCLI upgrade VMware Tools

My searches for a script to upgrade the VM Tools without rebooting were all more complicated than I wanted to implement.  After hacking several scripts I found I was able to create a ‘simpler’ command to take care of my needs and should be easy to edit for anyone else. Get-View -ViewType “VirtualMachine” -Filter @{“Guest.GuestFamily”=”windowsGuest”; […]