You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spend a bunch of time trying to figure it out how can I get the amount of space that a particular volume is using of a disk, but I was not able to using powershell.
What I did to fix the problem I was having, in term of disk space was to add a VolumeUsed property at the remote script, I was assuming that the RawSize (partition) could be used to get the used space, but for striped volumes the partion size is the same of the disk (should be the allocaed one).
An error was found for striped volumes, a volume that is using different disks.
The text was updated successfully, but these errors were encountered: