다음을 통해 공유


MNFSystemSessionHistoryUpdates 테이블에 대한 쿼리

세션 업데이트 사용자가 관리자인 모든 항목 찾기

시스템 세션 기록 업데이트 이벤트는 디바이스에서 프로젝션됩니다. 이 쿼리는 세션 업데이트 사용자가 관리자인 모든 로그를 나열합니다.

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