cmdlet: Disable-InboxRule
Posted On November 28, 2018
Q: Is there a way to disable an Inbox rule for a mailbox?
A: Yes.
You can use the Disable-InboxRule cmdlet to enable an Inbox rule. Inbox rules process messages in an Inbox based on conditions specified and take actions. The enable/disable InboxRule cmdelts, assist in troubleshooting end user’s mailboxes.
Disable-InboxRule -Identity "MoveAnnouncements" -Mailbox "Joe@Contoso.com"
This example disables the Inbox rule ‘MoveAnnoncements’ in the mailbox Joe@Contoso.com.