Explicitly disable copy/paste operations. Copy and paste operations are disabled by default, however, if you explicitly disable this feature, audit controls can check that this setting is correct. http://pubs.vmware.com/vsphere-65/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.paste.disable" -value $true