SC-900 Describe the capabilities of Microsoft security solutions • Set 10
SC-900 Describe the capabilities of Microsoft security solutions Practice Test 10 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. You run a Kusto query in Microsoft Defender XDR Advanced Hunting. What does this query return?
Refer to the exhibit. ```kusto DeviceAlertEvents | where Timestamp > ago(7d) | where AlertSeverity == "High" | summarize Count = dcount(DeviceName) by AlertTitle | top 10 by Count ```