cmdlet: Remove-InboxRule

Q: Is there a way to remove an Inbox rule for a mailbox?

A: Yes.

You can use the Remove-InboxRule cmdlet to remove an Inbox rule from a mailbox. Inbox rules process messages in an Inbox based on conditions specified and take actions. Removing an Inbox Rule can assist in troubleshooting end user’s mailboxes.

Remove-InboxRule -Mailbox Joe@Contoso.com -Identity "ProjectA-MoveToFolderA"

This example removes the Inbox rule ProjectA-MoveToFolderA from the mailbox Joe@Contoso.com.