Useful for determining if there are any clustered shared volume (CSV) that have disk space <100GB.
Host.Volumes[?FileSystem=='CSVFS' && SizeRemaining < '100'].SizeRemaining | length(@)