Applies to: Exchange Server 2013, Exchange Online

Topic Last Modified: 2013-02-14

Before you can create a public folder, you must first create a public folder mailbox. Public folder mailboxes contain the hierarchy information plus the content for public folders. The first public folder mailbox you create will be the primary hierarchy mailbox, which contains the only writable copy of the hierarchy. Any additional public folder mailboxes you create will be secondary mailboxes, which contain a read-only copy of the hierarchy.

For additional management tasks related to public folders in Exchange 2013, see Public Folder Procedures.

For additional management tasks related to public folders in Exchange Online, see Public Folder Procedures in Exchange Online.

What do you need to know before you begin?

What do you want to do?

Use the EAC to create a public folder mailbox

  1. Navigate to Public folders > Public folder mailboxes, and then click Add Add Icon.

  2. In Public Folder Mailbox, provide a name for the public folder mailbox.

  3. Click Save.

Use the Shell to create a public folder mailbox

This example creates the primary public folder mailbox.

Copy Code
New-Mailbox -PublicFolder -Name MasterHierarchy

This example creates a secondary public folder mailbox. The only difference between creating the primary hierarchy mailbox and a secondary hierarchy mailbox is that the primary mailbox is the first one created in the organization. You can create additional public folder mailboxes for load balancing purposes.

Copy Code
New-Mailbox -PublicFolder -Name Istanbul 

For detailed syntax and parameter information, see New-Mailbox.

How do you know this worked?

To verify that you have successfully created the primary public folder mailbox, run the following Shell command:

Copy Code
Get-OrganizationConfig | Format-List RootPublicFolderMailbox

For detailed syntax and parameter information, see Get-OrganizationConfig.

Having problems? Ask for help in the Exchange forums. Visit the forums at: Exchange Server, Exchange Online, or Exchange Online Protection