Installation guide

Table Of Contents
What to do next
Connect the remote machine to the network to ensure that VCM completes the installation process. See
"Connect VCM Remote Client Machines to the Network" on page 256
Install the VCM Remote Client Using Windows Remote Commands
You use the Windows remote commands to deploy the VCMRemote client to multiple machines in your
environment. The VCM Agent must be installed on the target machines.
The script installs the VCMRemote client under the Windows directory rather than the Program Files
directory. It is not necessary to create the install directory on the target machine before you run the script.
Prerequisites
n
Verify that the Agent is installed on target machines. See "Configure Windows Machines" on page 87.
n
Indentify the certificate you are using to validate communication between the client and the Collector.
See "Using Certificates With VCM Remote" on page 246.
Procedure
1. On your Collector, copy [install path]\Enterprise Configuration
Manager\AgentFiles\CM Remote Client.msi to [install path]\Enterprise
Configuration Manager\WebConsole\L1033\Files\Remote_Command_Files.
2. On your Collector, copy [install path]\Enterprise Configuration
Manager\CollectorData\<YourEnterpriseCertificate>.pem to [install path]
\Enterprise Configuration Manager\WebConsole\L1033\Files\Remote_Command_Files.
3. In VCM, select Console > Windows Remote Commands.
4. On the data grid toolbar, click Add.
5. On the Name and Description page, type a unique name and description for the command, and click
Next.
6. On the Remote Command page, configure the command.
a. In the Type drop-down menu, select VBScript.
b. In Command Text text box, copy and paste the script and modify it as specified in the script
comments.
Call DoWork
'Copyright 1999-2010 VMware, Inc.
'Coded by Ryan L.
'Description: Installs VCM Remote ver. 2
'Modified 4/27/2008 - Stephen S. Included Certificate file options
'Modified 7/7/2010 - VCM
Dim sCollName, sInstallDir, sVirDir, sAddRemove, sCertFile, bInstallCert
Sub DoWork()
Set WshShell = CreateObject("WScript.Shell")
sCollName = "YourCollectorName" 'Name of your VCM Collector machine in
quotes
Configuring Remote Machines
VMware, Inc.
253