Information
When installing VMware tools, it can sometimes require a reboot to finalize the installation.
If you choose the auto install option it will reboot the system without notice if one is
required.
*Rationale*
VMware Tools auto install can initiate an automatic reboot, disabling this option will
prevent tools from being installed automatically and prevent automatic machine reboots.
Solution
To implement the recommended configuration state, run the following PowerCLI
command-# Add the setting to all VMs
Get-VM | New-AdvancedSetting -Name 'isolation.tools.autoInstall.disable' -value $true
Impact-This option disables tools auto install via the hypervisor. It is recommended that VMware
tools installs and upgrades be handled through other means (For example- a devops tool
such as ansible, chef, puppet, or saltstack).
Default Value-The prescribed state is not the default state.