In Exchange 2013, we don't have a Public Folder Database, but we have the option to create Public Folders. Wondering how we can create a public folder without a Public Folder Mailbox database? Yes it is possible and we can create the public Folders on a Special Mailbox called Public Folder Mailbox.
Public Folder Mailbox will allow the option to have the same functionality as like legacy version of public folders and it
store both the hierarchy and the public folder contents.
We will have a look on the below topics related to Public Folders in Exchange Server 2013
- Creating a New public Folder Mailbox
- Creating a New Public Folder
- Creating the Sub Folders
- Mail enabling Public Folder
- Assigning Send As and Send on Behalf of permission on a Public Folder
- Permission on Public Folders
Creating a New Public Folder Mailbox
By default there won't be any public folder mailbox created on the exchange server. If we want to have the Public Folders in Exchange Server 2013, then we need to create a New Public Folder Mailbox. The first created Public Folder Mailbox will have a writable copy of the Public Folder hierarchy
Note: We cannot directly create a public Folder in first place without having a Public Folder Mailbox. Without having a Public Folder mailbox and Creating a Public Folder in Exchange 2013 will show the below error message

Below screen shows the Public Folders options on Exchange Admin Center.

To create a New Public Folder Mailbox, login to Exchange Admin Center -> Navigate to Public Folders on the left side menu -> Select the Public Folder Mailbox option on the centre screen -> Click on the + symbol to create the first Public Folder Mailbox
Type the Name and Select the OU and Mailbox Database for the New Public Folder Mailbox and click Save. For this new Public Folder Mailbox I create a separate mailbox database to separate the mailbox and Public Folder mailbox in different database.

Below screen show the newly created Public Folder Mailbox.
Creating a Public Folder in Exchange Server 2013
To create a New Public Folder, login to Exchange Admin Center -> Navigate to Public Folders on the left side menu -> Select the Public Folder option on the centre screen -> Click on the + symbol to create the New Public Folder
Enter the Name for the Public Folder and click on Save will create a new Public Folder on the Public Folder Mailbox. The Path of the Public Folder Mailbox will default to the root of the Public Folder Mailbox.

Below screen shows the newly created Public Folder
Creating Sub Folders on Public Folder
To create a New Sub Public Folder, login to Exchange Admin Center -> Navigate to Public Folders on the left side menu -> Select the Public Folder option on the centre screen -> On the Search option search option enter the full name of the Public Folder and click enter will resolve the name and the Path will set to that folder
Now clicking on the + symbol will create a new sub public folder on the selected Public Folder.

Below screen shows the Confirmation of Sub Public Folder creation on the Top level Public Folder named HR Managers
Mail Enabling a Public Folder in Exchange Server 2013
To mail enable a Public Folder, login to Exchange Admin Center -> Navigate to Public Folders on the left side menu -> Select the Public Folder option on the centre screen on which you want to mail enable

On the above right bottom corner we have the option the mail enable or mail disable a public Folder, click on Mail Enable will enable the mail attributes on the Public Folder. If the Public Folder name is like Human Resource Managers then the email address will be assigned as
humanresourcemanager@domainname.comAssigning Send as and Send on Behalf of Permission on Exchange 2013 Public Folder
To assign a Send as or Send on Behalf of Permission on a Public Folder, go to the properties of the Public Folder (double click the concerned public folder or the select the concerned public Folder and click on edit) and select Delivery Option, here we have the option to grant Send As and Send On Behalf of permission to a user, also we have the option to set a forward option.
Permissions on Public folders in Exchange Server 2013
By default, when a public folder is created, Authentication users will get a Author Permission and the Anonymous user with None Permission.
Assigning Public Folder Client Permission
We have the option to set the Client Level Permission using the Exchange Shell command, below shows an example
Assigning Public Folder Administrative Permission
As like previous version of Exchange 2007 and 2010, we don't have the Public Folder Administrative permission option in Exchange Server 2013. I believe because of the new public folder architecture there is no need of Add-PublicFolderAdministrativePermission
Public Folder Move request and Public Folder Migration Request
Because of Public Folders in Exchange Server 2013 are created in Public Folder Mailbox, like the option to see the Mailbox Move request status in exchange server 2010, we have the option in exchange server 2013 to see the Public Folder Move request using the Get-PublicFoldersMoveRequest and the Get-PublicFoldersMoveRequestStatistics.
Also if we have Get-PublicFolderMigrationRequest and Get-PublicFolderMigrationRequestStatistics
Public Folder Database command lets
[notice]Microsoft mentioned that there is no Public Folder Database is Exchange Server 2013, but the Exchange Shell commands have the option to create New-PublicFolderDatabase and Get-PublicFolderDatabase cmdlets[/notice]
Above are the basic details that I gathered related to Public Folders in Exchange Server 2013, if you want me to add another details related to Public Folders in Exchange Server 2013, please leave your comments…