Information
Disable HGFS file transfers.
Certain automated operations such as automated tools upgrades use a component in the hypervisor called "Host Guest File System" and an attacker could potentially use this to transfer files inside the guest OS
http://pubs.vmware.com/vsphere-60/topic/com.vmware.vsphere.security.doc/GUID-76EF6146-FA0E-467F-826F-C953815218C5.html
Solution
# Add the setting to all VMs -
Get-VM | New-AdvancedSetting -Name "isolation.tools.hgfsServerSet.disable" -value $true