Hey people, I need your help!
I am able to print the All Volumes ok. However I want to have a filter and show only volumes that are down (and actually I need disk volumes, but this not that important at this point).
I have tried doing this by putting a filter like:
VolumeDescription <> 'Physical memory' and VolumeDescription <> 'Cached memory' and VolumeResponding = 'Down'
However it is not showing the down nodes. What shall I try as a filter?
Thanks