Query Details

Get Tags

Query

HuntingBookmark
| where isnotempty(Tags)
| project Tags 

Explanation

The query is filtering the results from the "HuntingBookmark" table to only include rows where the "Tags" column is not empty. It then projects or selects only the "Tags" column in the final result.

Details

Rod Trent profile picture

Rod Trent

Released: March 26, 2020

Tables

HuntingBookmark

Keywords

Devices,Intune,User

Operators

isnotemptyproject

Actions