Installing VM Tools Without Reboots

Hal is amazing, he truly is. As part of this amazing, he brings us a VI Toolkit for Windows script that will install the VM tools without rebooting the VM’s. $cluster = "< >" # Enter the required cluster name $installerArgs = ‘REBOOT="ReallySuppress"’ Get-Cluster -Name $cluster | Get-VM | % { (Get-View $_).UpgradeTools_Task($installerArgs) } Pretty
-> Continue reading Installing VM Tools Without Reboots