You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/reporting/Get-MailTrafficReport.md
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,15 +46,25 @@ You can use the EventTypes values from the Get-MailTrafficReport cmdlet to analy
46
46
47
47
Mail traffic summary
48
48
49
+
- AdvancedProtectionMalware: Messages that were marked as malware by the Office 365 Advanced Threat Protection service. For details about the Advanced Threat Protection service, see [Office 365 Advanced Threat Protection service description](https://docs.microsoft.com/office365/servicedescriptions/office-365-advanced-threat-protection-service-description).
50
+
51
+
- AtpGoodMail: Messages that were delivered after passing through the Office 365 Advanced Threat Protection service. This count shows the number of unique messages. If a message was delivered to multiple recipients, it would still count as a single message.
52
+
53
+
- DLPMessages: Messages that matched a data loss prevention (DLP) policy. For details about data loss prevention, see [Overview of data loss prevention](https://docs.microsoft.com/microsoft-365/compliance/data-loss-prevention-policies).
54
+
55
+
- Expire: Messages that cannot be delivered, stuck in a queue, and after some time expired.
56
+
49
57
- GoodMail: Messages that were delivered after passing through the malware and spam filters. This count shows the number of unique messages. If a message was delivered to multiple recipients, it would still count as a single message.
50
58
51
59
- Malware: Messages that were marked as malware.
52
60
53
-
- TransportRuleHits: Messages that matched a rule. If a message matched multiple rules, this event type would show each of the rule matches.
61
+
- Receive: Messages successfully received by the service.
54
62
55
-
- EncryptionManual: Messages manually encrypted by users.
63
+
- SpoofMail: Messages that were marked as spoofed by the Office 365 anti-spoofing protection.
56
64
57
-
- EncryptionPolicy: Messages that matched a rule for encrypting email messages using the latest Office 365 Message Encryption (OME) capabilities.
65
+
- TransportRuleHits: Messages that matched a transport rule. If a message matched multiple rules, this event type would show each of the rule matches.
66
+
67
+
- TransportRuleMessages: Messages that matched a transport rule. If a message matched multiple rules, this event type would show each of the rule matches.
58
68
59
69
Spam detections
60
70
@@ -104,6 +114,12 @@ Bulk mail
104
114
105
115
- BCL1 through BCL9: Messages with BCL rating of 1 through 9.
106
116
117
+
Encryption
118
+
119
+
- EncryptionManual: Messages manually encrypted by users.
120
+
121
+
- EncryptionPolicy: Messages that matched a rule for encrypting email messages using the latest Office 365 Message Encryption (OME) capabilities.
122
+
107
123
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/exchange-server/find-exchange-cmdlet-permissions).
0 commit comments