Thanks for that great article!
"Do not place any content in the primary hierarchy mailbox"
This best practice is very hard/impossible achieve :
- Migration scripts provided by Microsoft always maps the root hierarchy ("\") in the first PF mailbox. As a result, all PF not explicitly mapped to a specific mailbox gets migrated into mailbox 1. Also, \NON_IPM_SUBTREE always gets migrated to PF mailbox 1.
- After the migration, Exchange Online does not allow moving PF between mailboxes (New-PublicFolderMoveRequest)
- Hopefully, migration scripts configures the IsServingHierarchy flag to false on the primary hierarchy mailbox but I don't see how we can avoid migrating data into this mailbox using Microsoft provided scripts
Am I missing something?
Thanks!