We can create public folders in Exchange Server 2010 from Exchange Management Console or from Shell.
How to create Public Folders from EMC
- Open the ExchangeManagement Console.
- Click on theToolbox in the console tree.
- Double-clickPublic Folder Management Console in the result pane.
- Navigate toDefault Public Folders and select the parent public folder where you want to create new public folder.
- ClickNew Public Folder in the action pane.
- Type the name of the public folder and complete rest of the fields.
- On theCompletion page, click Finish to close the window.
How to create Public Folder from the Shell
New-PublicFolder -Name “My Public Folder”