In situations like this:
I figured ladavarga or aLTeReGo might know... I know we can use <> and = as in
Volumes.VolumeType='Fixed Disk'
Volumes.Caption<>'Cached memory'
Can you use operators like AND, OR, LIKE etc.?
Or maybe better question is are these capable of full regular expressions?
Update: finding some more... and answering my own question I guess...
VolumeDescription not like '%Memory' and VolumePercentUsed > XX
Of course XX can be whatever percentage you need.
VolumeType Like '%Disk%'
VolumeType LIKE 'Fixed Disk'