Get Tags
Query
HuntingBookmark
| where isnotempty(Tags)
| project TagsExplanation
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
Released: March 26, 2020
Tables
HuntingBookmark
Keywords
DevicesIntuneUser
Operators
isnotemptyproject