I am trying to modify existing script to list all the drives/luns, including mounts. It outputs ok, BUT... Size is always in 0.000 and so Percent = Infinity.
If I use win32_logicaldisk I get good result, but I need mounts as well, so I need win32_volume.
Any ideas?
param ( [string]$computer =...