Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 228891

Re: Percent free on datastore

$
0
0

The datastore PercentFree property from the VIProperty module generates a string, e.g. "20.12 %". This is difficult to compare. You better use the following definition that generates a number value.

 

New-VIProperty-NamePercentFree-ObjectTypeDatastore-Valueparam($ds)    100*$ds.FreeSpaceMB/$ds.CapacityMB
} -Force

Viewing all articles
Browse latest Browse all 228891

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>