PowerCLI Reference

Mount-Tools

Synopsis

This cmdlet mounts the VMware Tools CD installer as a CD-ROM on the guest operating system.

Syntax

Mount-Tools [[-Guest] <VMGuest[]>] [<CommonParameters>]

Mount-Tools [[-VM] <VirtualMachine[]>] [[-Server] <VIServer[]>] [<CommonParameters>]

Related Commands

Online version
Dismount-Tools
Update-Tools

Detailed Description

This cmdlet mounts the VMware Tools CD installer as a CD-ROM on the guest operating system that is specified by the Guest or VM parameters. To specify a server different from the default one, use the Server parameter.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
GuestVMGuest[]Specifies the guest operating systems on which you want to mount VMware Tools.falsetrue (ByValue)
VMVirtualMachine[]Specifies the virtual machines on which you want to mount VMware Tools.falsetrue (ByValue)
ServerVIServer[]Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.falsefalse

Return Type

None

Notes

Examples

-------------- Example 1 --------------

Mount-Tools VM

Mounts the VMware Tools on the specified virtual machine. The virtual machine must be powered on.

-------------- Example 2 --------------

Get-VMGuest VM | Mount-Tools

Mounts the VMware Tools on the virtual machine specified by its guest operating system. The virtual machine must be powered on.


Copyright © VMware, Inc. All rights reserved.