Skip to content

Commit 352d166

Browse files
authored
Merge pull request MicrosoftDocs#2889 from dariomws306/Dariomws4
Update Get-MailTrafficSummaryReport.md
2 parents 231e7b7 + 9ba7d07 commit 352d166

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

exchange/exchange-ps/exchange/reporting/Get-MailTrafficSummaryReport.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ Get-MailTrafficSummaryReport [-Category <String>] [-DlpPolicy <MultiValuedProper
2525
```
2626

2727
## DESCRIPTION
28+
This cmdlet has C1, C2 and C3 as header names and the meaning of them depends on the category you choose. Next you can see an explanation about each category:
29+
30+
* InboundTransportRuleHits and OutboundTransportRuleHits: C1 is the transport rule name, C2 the audit level and C3 the hits.
31+
32+
* TopSpamRecipient, TopMailSender, TopMailRecipient and TopMalwareRecipient: C1 is the recipient or sender and C2 the quantity of emails.
33+
34+
* TopMalware: C1 is the malware name and C2 the quantity of appearances.
35+
2836
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://technet.microsoft.com/library/mt432940.aspx).
2937

3038
## EXAMPLES
@@ -39,7 +47,7 @@ This example shows the top spam recipient statistics between June 13, 2015 and J
3947
## PARAMETERS
4048

4149
### -Category
42-
The Category parameter filters the report by category. Value values for this parameter are: InboundDLPHits, OutboundDLPHits, InboundTransportRuleHits, OutboundTransportRuleHits, InboundDLPPolicyRuleHits, OutboundDLPPolicyRuleHits, TopSpamRecipient, TopMailSender, TopMailRecipient, TopMalwareRecipient or TopMalware.
50+
The Category parameter filters the report by category. Valid values for this parameter are: InboundDLPHits, OutboundDLPHits, InboundTransportRuleHits, OutboundTransportRuleHits, InboundDLPPolicyRuleHits, OutboundDLPPolicyRuleHits, TopSpamRecipient, TopMailSender, TopMailRecipient, TopMalwareRecipient or TopMalware.
4351

4452
```yaml
4553
Type: String

0 commit comments

Comments
 (0)