Forum Discussion
How to sync message rules between shared mailboxes?
Hi there,
Does anybody know if it's possible to sync message rules from one shared mailbox to another. Let's say I have my_shared_mailbox_1@mycompany.com and I want to copy over all of the rules to my_shared_mailbox_2@mycompany.com. If continuous syncing isn't possible, a manual approach to copy rules over will be fine as well even if it involes running a PowerShell command. Thanks for the advice!
Regards,
Ben
2 Replies
I think your options here imply to use PowerShell and the InboxRules cmdlets. As an expample, you can see how to use Get-InboxRule here: https://technet.microsoft.com/en-us/library/dd351062(v=exchg.160).aspx By the way, adding VasilMichev that for sure will have more information about the choices you have
Yup, you can export/import them (either via PowerShell or Outlook), but I'm not aware of any tool that syncs them.