Syntax
Update-Tools [-NoReboot] [[-Guest] <VMGuest[]>] [<CommonParameters>]Related Commands
Online versionDetailed Description
Upgrades the VMware Tools on the specified virtual machine guest OS. VMware Tools must be installed prior to updating it. After VMware Tools is updated, the virtual machine is restarted unless the NoReboot parameter is specified.Parameters
Return Type
NoneNotes
On non-Windows operating systems, Update-Tools might not be able to perform automatic upgrade of VMware Tools. In such cases, the cmdlet only mounts t he VMware Tools installation drive and you must do the upgrade manually.Examples
-------------- Example 1 --------------
Update-Tools VM
Updates the VMware Tools on the specified virtual machine. The virtual machine must be powered on.
-------------- Example 2 --------------
Get-VMGuest VM | Update-Tools
Updates the VMware Tools on the virtual machine specified by its guest operating system. The virtual machine must be powered on.