I'm looking at the datastore summary tab for a datastore object in vSphere Client and I see what is on the attached screenshot.
I can't seem to find this property on the object in powerCLI. (At least for purposes of this specific post) I don't want to try to calculate it myself by adding up the individual VMs but I want to try to access the exact same property using PowerCLI which is being displayed in the attached screenshot.
Where can I find this property? How do I add it to this script:
get-datastore | select name, freespacegb, [access this property somehow here]
Thanks!