This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Does anyone know all of operators (expressions?) we can use in Filter Volumes?

In situations like this:

volumes.png

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'