mirror of
https://github.com/marcredhat/kql
synced 2026-06-10 22:11:18 +00:00
Initial commit: KQL ↔ SDL PowerQuery proof of equivalence
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
SigninLogs | where TimeGenerated > ago(1d) | where ResultType == 0
|
||||
| summarize CountriesAccessed = make_set(Location) by UserPrincipalName
|
||||
| where array_length(CountriesAccessed) > 3
|
||||
Reference in New Issue
Block a user