get-vm V_name|select-Object -Property Name,guest,ProvisionedSpaceGB,@{N='UsedSpaceGB';E={($_.Guest.Disks | Measure-Object -Property CapacityGB -Sum).Sum - ($_.Guest.Disks | Measure-Object -Property FreeSpaceGB -Sum).Sum}} | ft -a
Name Guest ProvisionedSpaceGB UsedSpaceGB ---- ----- ------------------ ----------- vm_name vm_name:os_version Disk usage as seen in Vcenter Disk usage showing higher than the one is Vcenter
VMware vCenter
This behavior occurs because storage such as NFS is presented directly to the virtual machine.
Check the virtual machine for any directly presented storage, such as NFS mounts, that would impact the guest OS usage.