NQL where
Syntax
...
| where <field name> <comparison operator> <field value>Examples
devices during past 7d
| where operating_system.platform == WindowsName
Platform
devices during past 7d
| where operating_system.platform != Windows
| list name, operating_system.platformName
Platform
users during past 7d
| where username == "*jo*"Name
Using multiple conditions
Last updated
Was this helpful?