Skip to content

Commit 5f78cc7

Browse files
committed
Update Set-InboxRule.md
1 parent b39f501 commit 5f78cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/Set-InboxRule.md

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

106106
### Example 1
107107
```powershell
108-
Set-InboxRule ProjectContoso -MarkImportance "High"
108+
Set-InboxRule -Mailbox chris@contoso.com -Name ProjectContoso -MarkImportance "High"
109109
```
110110

111111
This example modifies the action of the existing Inbox rule ProjectContoso. The MarkImportance parameter is used to mark the message with high importance.

0 commit comments

Comments
 (0)