IT tutorials
 
Technology
 

Exchange Server 2013 : Public folders (part 4) - Creating public folders

12/27/2013 8:27:55 PM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

5. Creating public folders

With the appropriate permissions in place to prevent the wholesale creation of public folders through Outlook, you can now lay out the structure of the public folder hierarchy and create the folders in which users will store content. For the purpose of illustration, I use a simple folder structure based on the departments that exist within the organization and create a single top-level folder for each department, which results in folders with names such as Sales, Marketing, Operations, and so on. The intention is to create subfolders under these folders to reflect the interests and needs of the people who work in the various departments. IT might have folders for major projects such as the deployment of Exchange 2013, whereas Sales might have folders for sales campaigns. The idea is that you create the basic skeleton of the hierarchy in a way that eases assignment of permissions over sections of the hierarchy to users who then control the content, which leads to the situation illustrated in Figure 5 in which the Analytics public folder is created under the Departments folder. Remember, an Exchange administrator never creates content in a public folder: administrators create and manage the hierarchy; users manage content.

The only field users can set when creating a new public folder is the name for the new folder. In this case, the user has entered Analytics.

Figure 5. Creating a new public folder

Creating a new public folder with EMS is done with the New-PublicFolder command. For instance, here’s how to create a public folder called Administration under the Departments folder:

New-PublicFolder –Name 'Administration' –Path '\Departments'

To be more precise, pass the name of the mailbox in which you want Exchange to create the folder; otherwise, the folder will be created in the mailbox that holds the primary copy of the hierarchy. Of course, you can move the folder afterward, but it is better to put it in the correct place from the start. A better command is therefore something like this, which puts the new folder in the PF-Departments public folder mailbox:

New-PublicFolder –Name 'Administration' –Path '\Departments' –Mailbox 'PF-Departments'

Figure 6 shows a set of public folders in EAC, including those EAC creates and the one that was created previously with EMS. You can also see that the IT folder is slightly different because it is stored in the PF-IT-MBX mailbox, whereas all the other folders use the PFMbx1 mailbox.

A screen shot of the Public Folders section of EAC, showing a set of public folders created under the \Departments top-level folder.

Figure 6. A set of public folders as shown by EAC

These public folders are empty and will remain in this state until users begin to populate the folders with content. Exchange does not support the ability for an administrator to import information into a public folder in the same way that you can import data from a PST into a user mailbox, so you rely on users to create content in the public folders through a client. Figure 7 shows the set of public folders that you’ve created as viewed through Outlook 2013. Users can post items to the folders, email items to mail-enabled public folders, or drag and drop items from other folders into the public folders.

A screen shot of Outlook 2013 showing how clients access public folders. The public folder hierarchy is open on the left and shows the top-level folders and their subfolders. The content stored in the Exchange 2013 public folder is visible.

Figure 7. Exchange 2013 public folders accessed from Outlook 2013

You can also access public folders, but only modern public folders, through Outlook Web App. This client takes a different approach than Outlook does; you have to add the public folders with which you want to work to your Favorites (the list containing folders such as Inbox and Sent Items). Then, you can access content in the public folders that you have chosen or post new items. The approach Outlook Web App takes might seem surprising because every other client that has ever accessed public folders has allowed users to browse through the complete hierarchy. The argument is that it is more efficient to select the folders you want to access and be able to select them quickly through Favorites than having to open and navigate down what could be a very large and complex hierarchy to arrive at the desired public folder. In addition, if you add a public folder to your Favorites with Outlook Web App, Outlook also displays it as a Favorite (and vice versa) because the two clients share a common set of Favorites.

 
Others
 
- Exchange Server 2013 : Public folders (part 3) - Controlling the root
- Exchange Server 2013 : Public folders (part 2) - How many public folder mailboxes are needed?
- Exchange Server 2013 : Public folders (part 1) - Creating public folder mailboxes
- SQL Server 2012 : Creating Indexes
- SQL Server 2012 : Dropping Tables
- SQL Server 2012 : Altering Tables, Adding Constraints
- Sharepoint 2010 : Planning Your Search Deployment - Performance (part 3) - Limitations and Hard-Coded Boundaries
- Sharepoint 2010 : Planning Your Search Deployment - Performance (part 2) - Scaling, Availability
- Sharepoint 2010 : Planning Your Search Deployment - Performance (part 1) - Performance Reports
- Windows Server 2008 : Starting and Using PowerShell - Using Comparison Operators, Understanding Pipelining
 
 
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
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us