NQL logical operators
NQL 'in'
...
| where package.name in [ "MS Teams", "Zoom" ]...
| where code in [94011, 94031]NQL '!in'
...
| where hardware.type !in [virtual, null]...
| where code !in [ 403, 404]NQL 'contains'
NQL '!contains'
Last updated
Was this helpful?