Information
Explicitly disable copy/paste operations.
Copy and paste operations are disabled by default however by explicitly disabling this feature it will enable audit controls to check that this setting is correct.
The default value is null. Setting this to true is just for audit.
http://pubs.vmware.com/vsphere-60/topic/com.vmware.vsphere.security.doc/GUID-367D02C1-B71F-4AC3-AA05-85033136A667.html
Solution
# Add the setting to all VMs -
Get-VM | New-AdvancedSetting -Name "isolation.tools.dnd.disable" -value $true