ausgovcaf-cloudsoe/kql/windows-software-updates-mi...

6 строки
192 B
Plaintext
Исходник Обычный вид История

2021-06-28 10:47:05 +03:00
//Show system missing updates over time
UpdateSummary
| where TimeGenerated > now(-30days)
2021-06-28 10:47:05 +03:00
| project TimeGenerated,Computer, SecurityUpdatesMissing
| render timechart with (series = Computer)