In this post I’ll show you three PowerCLI one-liners to perform some operations with VMware Tools. The first one-liner will return all Powered on VM’s with Windows selected as guest OS and perform a VMware Tools upgrade without a reboot at the end. Get-VM | Where {$_.PowerState -eq "PoweredOn"…
↧