Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 617 Bytes

Visualization - Email - PostDeliveryEvents.md

File metadata and controls

22 lines (18 loc) · 617 Bytes

Post Dilivery Events

Query Information

Description

This query visualizes the post dilivery events from exchange to view the status of your environment.

References

Defender For Endpoint

EmailPostDeliveryEvents
| summarize TotalEvents = count() by Action
| render piechart with(title="Post Delivery Events")

Sentinel

EmailPostDeliveryEvents
| summarize TotalEvents = count() by Action
| render piechart with(title="Post Delivery Events")