programming4us
programming4us
ENTERPRISE

Microsoft Exchange Server 2010 : Using Public Folder Databases (part 1) - Creating Public Folder Databases

- How To Install Windows Server 2012 On VirtualBox
- How To Bypass Torrent Connection Blocking By Your ISP
- How To Install Actual Facebook App On Kindle Fire
6/23/2014 8:42:55 PM

This section explains how to create public folder databases and set basic public folder database properties. It doesn't go into detail about managing the many facets of public folders.

Understanding Public Folder Databases

Public folders are used to share messages and files in an organization. You manage public folder databases much differently than you do mailbox databases, but there are many similarities with respect to internal structure and management. And when it comes down to it, a public folder database is really nothing more than a special type of mailbox that Exchange replicates to other public folder databases.

Public folder databases must have a public folder tree associated with them. This public folder tree must be unique and can be assigned to a single public folder database only. Users access items that are stored in public folders through the public folder tree.

Each Mailbox server in your Exchange organization can have a maximum of one public folder database, and this is the default public folder database associated with the mailbox databases configured on that server (assuming that a default database was created during setup). Exchange doesn't support creating multiple public folder databases on a Mailbox server. One of the primary reasons for this is that MAPI mail clients, such as Microsoft Office Outlook 2003, can access only their default public folder tree.

You can replicate public folder databases from one Mailbox server to another. Replication allows mailbox users to access public data, regardless of which Mailbox server they are using. Having multiple Mailbox servers, each with a public folder database that is replicated, helps to distribute the workload. When an Exchange organization has two or more public folder databases, each on separate servers, replication occurs automatically between the public folder databases on those servers using public folder replication. If a replica of the requested content exists on the Exchange server that serves the request, the client application accesses the local replica. If the replica does not exist on the local server, Exchange attempts to locate a replica in the same Active Directory site.

Creating Public Folder Databases

You can create public folder databases using the New Public Folder Database Wizard. The default database file path and default copy file path are set automatically to be the same as those used for system files and backup system files, respectively.

To create a public folder database, complete the following steps:

  1. In the Exchange Management Console, expand the Organization Configuration node, and then select the related Mailbox node.

  2. In the details pane, the Database Management tab is selected by default. You should see a list of databases that are available in the Exchange organization.

  3. In the left pane, right-click the Mailbox node, and then select New Public Folder Database from the shortcut menu. You should now see the New Public Folder Database Wizard, as shown in Figure 1.

    Enter a name for the new public folder database.

    Figure 1. Enter a name for the new public folder database.

  4. In the Public Folder Database Name text box, type a name for the public folder database.

  5. Click Browse to the right of the Server Name text box. Select the Mailbox server that will host the mailbox database and then click OK. Only Mailbox servers in the Active Directory forest to which you are connected are available. Click Next.

  6. On the Set Paths page, the database file path and log folder path are set to the default location for Exchange data on the selected server. If you don't want to use the default locations, enter the desired paths for the database file and the related logs using the text boxes provided. Leave the Mount This Database check box selected if you want to mount this database. Mounting a database puts it online, making it accessible to users with permissions. Click Next.

    Note

    The wizard creates any required folders on the server if they do not exist.

  7. Click New to create the public folder database, and then click Finish. On the Completion page, the Summary states whether the operation was successful. If an error occurred, you need to take the appropriate corrective action. Otherwise, you can now modify the properties of the public folder database as necessary.

In the Exchange Management Shell, you can create public folder databases using the New-PublicFolderDatabase cmdlet. Example 1 provides the syntax and usage.

Note

A separate cmdlet is used to mount the database.

Example 1. New-PublicFolderDatabase cmdlet syntax and usage

Syntax

New-PublicFolderDatabase -Server ServerName -Name DatabaseName
[-DomainController DCName]
[-EdbFilePath EdbFilePath]
[-LogFolderPath LogFolderPath]


Usage

New-PublicFolderDatabase -Server "MAILSERVER25" -Name "Project Teams"
-EdbFilePath "C:\Project Teams\Project Teams.edb"
-LogFolderPath "C:\Logs\Project Teams"
Other  
  •  Microsoft Exchange Server 2010 : Working with Active Mailbox Databases (part 3) - Recovering Deleted Mailboxes , Recovering Deleted Items from Mailbox Databases
  •  Microsoft Exchange Server 2010 : Working with Active Mailbox Databases (part 2) - Setting Mailbox Database Limits and Deletion retention
  •  Microsoft Exchange Server 2010 : Working with Active Mailbox Databases (part 1) - Creating Mailbox Databases
  •  Microsoft Exchange Server 2010 : Managing Public Folder Settings (part 3) - Manipulating, Renaming, and Recovering Public Folders
  •  Microsoft Exchange Server 2010 : Managing Public Folder Settings (part 2) - Granting and Revoking Send As Permissions for Public Folders, Propagating Public Folder Settings and Data
  •  Microsoft Exchange Server 2010 : Managing Public Folder Settings (part 1) - Setting Client Permissions
  •  Microsoft Exchange Server 2010 : Creating and Working with Public Folders (part 3) - Adding Items to Public Folders Using Outlook
  •  Microsoft Exchange Server 2010 : Creating and Working with Public Folders (part 2) - Determining Public Folder Size, Item Count, and Last Access Time
  •  Microsoft Exchange Server 2010 : Creating and Working with Public Folders (part 1)
  •  Microsoft Exchange Server 2010 : Accessing Public Folders Through the Information Store
  •  
    Top 10
    - Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
    - Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
    - Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
    - Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
    - Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
    - Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
    - Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
    - Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
    - Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
    - Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
    REVIEW
    - First look: Apple Watch

    - 3 Tips for Maintaining Your Cell Phone Battery (part 1)

    - 3 Tips for Maintaining Your Cell Phone Battery (part 2)
    programming4us programming4us
    programming4us
     
     
    programming4us