Information
Do not send host information to guests.
By enabling a VM to get detailed information about the physical host, an adversary could potentially use this information to inform further attacks on the host.
If set to True a VM can obtain detailed information about the physical host. *The default value for the parameter is False but is displayed as Null. Setting to False is purely for audit purposes.*
This setting should not be TRUE unless a particular VM requires this information for performance monitoring.
http://pubs.vmware.com/vsphere-65/topic/com.vmware.vsphere.security.doc/GUID-2CF880DA-2435-4201-9AFB-A16A11951A2D.html
https://www.vmware.com/pdf/vmware-tools-101-standalone-user-guide.pdf
Solution
# Add the setting to all VMs -
Get-VM | New-AdvancedSetting -Name "tools.guestlib.enableHostInfo" -value $false