Aracılığıyla paylaş


MNFSystemSessionHistoryUpdates tablosu için sorgular

Oturum güncelleştirme kullanıcılarının yönetici olduğu tüm girişleri bulma

Sistem oturumu geçmişi güncelleştirme olayları cihazlardan yansıtılır. Bu sorgu, oturum güncelleştirme kullanıcılarının yönetici olduğu tüm günlükleri listeler.

MNFSystemSessionHistoryUpdates
| where EventCategory == "SystemSessionHistoryUpdates"
| project EventName, EventCategory, DeviceId, DeviceName, FabricId, TimeGenerated, DiffTimeStamp, GnmiTimeStamp, SessionUpdateSessionId, SessionUpdateUser, SessionDiffs
| sort by TimeGenerated desc
| limit 100