Skip to content

Commit b39f501

Browse files
committed
Update New-InboxRule.md
1 parent 1f41e8a commit b39f501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/New-InboxRule.md

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

123123
### Example 1
124124
```powershell
125-
New-InboxRule "CheckActionRequired" -MyNameInToBox $true -FlaggedForAction Any -MarkImportance "High"
125+
New-InboxRule -Mailbox [email protected] -Name "CheckActionRequired" -MyNameInToBox $true -FlaggedForAction Any -MarkImportance "High"
126126
```
127127

128128
This example raises the message importance to High if the mailbox owner is in the To field. In addition, the message is flagged for action.

0 commit comments

Comments
 (0)