Tuesday 29 January 2013

Allow/Enable copy and paste between PC to server via VMware vSphere client

We recently virtualised our systems and noticed that by default we were unable to copy and paste from our PCs to the virtual servers via the vSphere client.

vmware-logo

Some quick investigation revealed that this feature is actually disabled by default for security reasons.

You can get around the problem by using RDP to get onto the server in question but if you want to allow copy and paste within the vSphere client you can do so by following the steps below :

  1. Log into a vCenter Server system using the vSphere Client and power off the virtual machine.
  2. Select the virtual machine and click the Summary tab.
  3. Click Edit Settings.
  4. Navigate to Options > Advanced > General and click Configuration Parameters.
  5. Click Add Row.
  6. Type these values in the Name and Value columns:
    Name Value
    • isolation.tools.copy.disable    false
    • isolation.tools.paste.disable   false
  1. Click OK to close the Configuration Parameters dialog, and click OK again to close the Virtual Machine Properties dialog.
  2. Power on the virtual machine.

You will now be able to copy and paste directly to the server.