Hi,
Can anyone point me in the right direction to add a filter to the top xx volumes view to only show actual HDD and not memory useage?
Thanks
Stuart
Here is one example:
VolumeDescription not like '%Memory' and VolumePercentUsed > XX
Of course XX can be whatever percentage you need.
JB
That did the trick.
S.
Or you can use:
VolumeType Like '%Disk%'