Skip to content

Commit a7e6457

Browse files
authored
Merge pull request #11553 from malauter/patch-5
Fix Typo in example of New-ReportSubmissionRule.md
2 parents 7a88d1d + a5dd6f1 commit a7e6457

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)