Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

Exchange Server 2010 : Manage Public Folder Databases (part 1) - Configure Public Folder Databases

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
7/10/2011 5:41:49 PM
In a similar manner to mailbox data, public folder data is stored in a database on a Mailbox server. In Exchange Server 2010, public folder databases are completely optional, so you are not required to have one on your server or even in your Exchange organization.

In Exchange Server 2007, there were limitations on how public folder databases could coexist on servers that used high availability. Because of this, many people hosted public folder databases alongside other server roles or they created dedicated Public Folder servers that hosted nothing but a public folder database. This often increased the number of servers required for Exchange, and subsequently increased management costs. However, in Exchange Server 2010, the new database replication model allows for a public folder database to coexist peacefully on a Mailbox server that is used for high availability.

Each server hosting the mailbox role can have a maximum of one public folder database. Like any other database, the public folder database consists of its own database file and set of transaction logs. For the most part, public folder databases can be managed in a similar fashion to mailbox databases. This section goes over various tasks that you will need to perform on public folder databases.

1. Configure Public Folder Databases

The configuration of public folder databases is similar to the configuration of mailbox databases. You will find that some of the steps outlined in this section are similar to configuring mailbox databases; the primary difference is that public folder databases cannot be replicated with a database availability group (DAG).

1.1. Create a New Public Folder Database

Public folder databases can be created on any Mailbox server, but each Mailbox server can contain only one public folder database. Like mailbox databases, public folder databases are composed of a database file and a set of log files. Before creating your database, you should decide in which drive and folder these files will be stored.

To create a new public folder database using the EMC, follow these steps:

  1. Open the EMC and browse to the Organization Configuration => Mailbox node in the Console tree.

  2. In the Actions pane, from the mailbox's Action menu select the New Public Folder Database option.

  3. In the New Public Folder Database wizard, enter the name for the public folder database in the Public Folder Database Name field.

  4. Click the Browse button next to the Server Name field to select the server that you want to create the public folder database on. After selecting the server, click the Next button in the wizard.

  5. At the Set Paths screen, you can define a custom location for the storage of the database and the log files. To keep the default locations, click Next.

  6. At the Configuration Summary screen, verify that the information you entered is accurate and click New. The public folder database is created.

  7. At the Completion screen, click Finish to close the wizard.

You can also create a new public folder database using the EMS. To do this, you will use the New-PublicFolderDatabase cmdlet. You are required to specify the name of the new database and the name of the server that it resides on, using the Server parameter. Note that you do not need to specify the path for the database file or the log files. If you leave this off, Exchange places these files in the default location in the Exchange installation directory structure. The following example creates a new public folder database:

New-PublicFolderDatabase "PFDB (CONTOSO-PF01)" 

-Server CONTOSO-PF01

NOTE

The New-PublicFolderDatabase cmdlet does not mount the database after it creates it. If you want to mount it afterward, run the Mount-Database cmdlet.

1.2. Impose Limits on all Public Folders in a Database

When these limits are set on individual folders, they override limits that are set on the database. You can also modify the limits on the database itself, and each public folder in that database is affected unless the folder's settings are overridden. The default limits on a public folder database are outlined in Table 1.

Table 1. Default Public Folder Limits in the Database
SettingDefault Value
Issue Warning At (KB)1991680 (1.9 GB)
Prohibit Post At (KB)2097152 (2 GB)
Maximum Item Size (KB)10240 (10 MB)

To modify the default limits for all public folders in a database, you can use the EMC:

  1. Open the EMC and browse to the Organization Configuration => Mailbox node in the Console tree.

  2. Click on the Database Management tab in the Work area. The list of public folder databases is displayed in that tab.

  3. Select the public folder database that you want to modify the limits for and click the Properties option in the Actions pane.

  4. In the properties dialog box for the public folder database, select the Limits tab. The settings for the limits are defined in the Storage Limits section of the dialog box, as shown in Figure 1.

    Figure 1. Setting the limits for all public folders in a database
  5. Modify the value in one of the three fields to reflect the limit that you want to impose. Remember that these limits are configured in KB. So if you want to set a 1 MB limit on items posted to the public folders, this value would be 1024.

  6. Click OK to make the changes and close the properties dialog box.

You don't have to define any limits at all. If you want any of these values to be unlimited, you can just uncheck the box next to the setting. Caution should be exercised when allowing this. Make sure that your users understand that large posts under poor network conditions don't result in highly satisfied public folder users.


You can define these database-specific public folder limits in the EMS as well. Use the Set-PublicFolderDatabase cmdlet along with one of the parameters outlined in Table 2.

Table 2. EMS Parameters for Setting Public Folder Limits at the Database Level
SettingEMS Parameter
Issue Warning At (KB)IssueWarningQuota
Prohibit Post At (KB)ProhibitPostQuota
Maximum Item Size (KB)MaxItemSize

To use the parameters, specify the size that you are setting the parameter to. You can specify the size in KB, MB, or GB. When you type the number in the command, specify what the unit is. For example, 1 MB can be represented by 1MB or 1024KB. If you do not want a limit on the setting, you can use Unlimited instead of the size limit. The following example allows items of any size but prohibits additional posts when the database size reaches 2 GB:

Set-PublicFolderDatabase "PFDB (CONTOSO-PF01)" 

-MaxItemSize Unlimited -ProhibitPostQuota 2GB
Other -----------------
- SQL Server 2008 : Managing Backups - The GUI Backup Interface
- SQL Server 2008 : Managing Backups - Logical Backup Devices
- SQL Server 2008 : Managing Backups - Backup Compression
- BizTalk 2009 : BizTalk Endpoint Management (part 2) - Endpoint Virtualization & Operation Versioning
- BizTalk 2009 : BizTalk Endpoint Management (part 1) - The Problem with WSDL
- SharePoint 2010 : Farm and Application Configuration (part 2) - Creating Search Applications & Configuring the Search Application
- SharePoint 2010 : Farm and Application Configuration (part 1) - Farm-Wide Search Settings & Managing Crawler Impact Rules
- SharePoint 2010 : Search Server 2010 and FAST Search - Search Architecture
- Microsoft Dynamics AX 2009 : Application Model Elements (part 3) - Presentation Model Elements
- Microsoft Dynamics AX 2009 : Application Model Elements (part 2) - Value Type, Database, and Data Association Model Elements
 
 
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
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server