Exchange 2013 Public folders Hierarchy
All of my public folder mailboxes are listed as Secondary Hierarchy. Shouldn't I see a first Hierarchy?
April 2nd, 2013 1:24pm
Hi,
You should see all of your PublicFolderMailboxes when running:
get-mailbox -PublicFolder | ft Name,IsRootPublicFolderMailbox,exchangeguid
You can also see the guid the Primary hierarchy mailbox has when running:
Get-OrganizationConfig | ft RootPublicFolderMailbox
Martina Miskovic
Free Windows Admin Tool Kit Click here and download it now
April 3rd, 2013 2:29pm
Hi,
You should see all of your PublicFolderMailboxes when running:
get-mailbox -PublicFolder | ft Name,IsRootPublicFolderMailbox,exchangeguid
You can also see the guid the Primary hierarchy mailbox has when running:
Get-OrganizationConfig | ft RootPublicFolderMailbox
Martina Miskovic
April 3rd, 2013 9:27pm