Use below PCLI commands to retrieve the VMDK and datastore info in each site
Get-ChildItem -Recurse -Path "vmstore:\datacentername\darastorename\"| ? { $_.Name -match "hbrdisk" } | select Name,DatastoreFullPath,LastWriteTime
Please use the datacenter name and datastore path in above command to get the complete list.