Forum Discussion
How to Recreate Public Folder Primary Hierarchy
- Nov 13, 2019
Hello bfry24 ,
In the meantime I got a response from Office 365 support (this time *very* fast and very competent).
After some combined investigation, my problem is solved. Perhaps it works for you too.
The key element was the following Powershell command in the Office 365 session:
Get-Mailbox -PublicFolder | Update-PublicFolderMailbox -InvokeSynchronizer -SuppressStatusShortly after that command, my public folder mailbox turned from "Secondary Hierarchy" into "Primary Hierarchy". After that, the public folder structure became visible to the users.
Regards
Daniel
Hello bfry24 ,
In the meantime I got a response from Office 365 support (this time *very* fast and very competent).
After some combined investigation, my problem is solved. Perhaps it works for you too.
The key element was the following Powershell command in the Office 365 session:
Get-Mailbox -PublicFolder | Update-PublicFolderMailbox -InvokeSynchronizer -SuppressStatus
Shortly after that command, my public folder mailbox turned from "Secondary Hierarchy" into "Primary Hierarchy". After that, the public folder structure became visible to the users.
Regards
Daniel