Query Details
//Alert - Users with Greater Than 1 City SecurityAlert | where SystemAlertId == "7fa76d62-ac52-602a-b748-a28d0b7cabac" | summarize arg_max(TimeGenerated, *) by SystemAlertId
This query is looking for a specific security alert with the ID "7fa76d62-ac52-602a-b748-a28d0b7cabac". It then summarizes the information by selecting the latest entry for each unique SystemAlertId.

Rod Trent
Released: July 11, 2022
Tables
Keywords
Operators