Skip to content

Commit a5dd6f1

Browse files
authored
Fix Typo in example of New-ReportSubmissionRule.md
1 parent 7a88d1d commit a5dd6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/New-ReportSubmissionRule.md

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

5454
### Example 1
5555
```powershell
56-
New-ReportSubmissionRule -Name DefaultReportSubmissionRule -ReportSubmissionPolicy DefaultReportSubmissionPolicy -SendTo "[email protected]"
56+
New-ReportSubmissionRule -Name DefaultReportSubmissionRule -ReportSubmissionPolicy DefaultReportSubmissionPolicy -SentTo "[email protected]"
5757
```
5858

5959
This example creates the report submission rule. The reporting mailbox is [email protected].

0 commit comments

Comments
 (0)