Aracılığıyla paylaş


ConfigurationData tablosu için sorgular

Son durdurulan otomatik hizmetler

Otomatik olarak ayarlanmış ancak durdurulduğu bildirilen en son hizmetleri gösterir.

ConfigurationData
| where ConfigDataType == "WindowsServices" and SvcStartupType == "Auto"
| where SvcState == "Stopped"
| summarize arg_max(TimeGenerated, *) by SoftwareName, Computer