Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2

Topic Last Modified: 2012-07-23

Each mailbox database is configured with a default public folder database. MAPI client applications, such as Microsoft Outlook, open a connection to the default public folder database and perform all hierarchy-based operations against the server that contains that database. These operations include viewing public folders, creating and deleting public folders, and querying for the location of public folder content.

Looking for other management tasks related to public folders? Check out Managing Public Folders.

Use the EMC to change the default public folder database for a mailbox database

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Mailbox databases" entry in the Mailbox Permissions topic.

  1. In the console tree, navigate to Organization Configuration > Mailbox.

  2. In the result pane, select the mailbox database for which you want to change the default public folder database.

  3. In the action pane, under the mailbox database name, click Properties.

  4. In <Mailbox Database Name> Properties, click the Client Settings tab.

  5. Next to the Default public folder database box, click Browse.

  6. In Select Public Folder Database, select the public folder database from the list of public folder databases, and then click OK.

  7. Click OK.

Use the Shell to change the default public folder database for a mailbox database

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Mailbox database" entry in the Mailbox Permissions topic.

This example sets the public folder database PublicFolderDB1 as the default public folder database for the mailbox database Mailbox Database.

Copy Code
Set-MailboxDatabase -Identity "Mailbox Database" -PublicFolderDatabase "PublicFolderDB1"

For detailed syntax and parameter information, see Set-MailboxDatabase.