Skip to content

Commit 2055c3d

Browse files
committed
Update Get-AdvancedThreatProtectionDocumentReport.md
Added Description for SummarizeBy param per Issue #8292.
1 parent 0cadef1 commit 2055c3d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

exchange/exchange-ps/exchange/Get-AdvancedThreatProtectionDocumentReport.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,16 @@ Accept wildcard characters: False
221221
```
222222
223223
### -SummarizeBy
224-
{{ Fill SummarizeBy Description }}
224+
The SummarizeBy parameter returns totals based on the values you specify. If your report filters data using any of the values accepted by this parameter, you can use the SummarizeBy parameter to summarize the results based on those values. To decrease the number of rows returned in the report, consider using the SummarizeBy parameter. Summarizing reduces the amount of data that's retrieved for the report, and delivers the report faster. For example, instead of seeing each instance of a specific value of EventType on an individual row in the report, you can use the SummarizeBy parameter to see the total number of instances of that value of EventType on one row in the report.
225+
226+
For this cmdlet, valid values are:
227+
228+
- Action
229+
- Direction
230+
- Domain
231+
- EventType
232+
233+
You can specify multiple values separated by commas.
225234
226235
```yaml
227236
Type: MultiValuedProperty

0 commit comments

Comments
 (0)