Skip to content

Commit c3af879

Browse files
authored
Fixed cmdlet name in example
1 parent 7e52bbd commit c3af879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/advanced-threat-protection/Get-AdvancedThreatProtectionDocumentDetail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
5252

5353
### -------------------------- Example 1 --------------------------
5454
```
55-
Get-AdvancedThreatProtectionTrafficDetail -Organization contoso.com -StartDate "4/26/2016" -EndDate "4/28/2016" | Format-Table
55+
Get-AdvancedThreatProtectionDocumentDetail -Organization contoso.com -StartDate "4/26/2016" -EndDate "4/28/2016" | Format-Table
5656
```
5757

5858
This example returns the detailed report of ATP detections during the specified date range.

0 commit comments

Comments
 (0)