How to Mail-Disable Public Folders

Microsoft Exchange Server 2007 will reach end of support on April 11, 2017. To stay supported, you will need to upgrade. For more information, see Resources to help you upgrade your Office 2007 servers and clients.

 

Applies to: Exchange Server 2007, Exchange Server 2007 SP1, Exchange Server 2007 SP2, Exchange Server 2007 SP3

This topic explains how to use the Exchange Management Console or the Exchange Management Shell to mail-disable public folders.

Before You Begin

Before you perform the following procedure, you must perform the actions in one of the following sections based on whether you are working with the release to manufacturing (RTM) version of Microsoft Exchange Server 2007 or Exchange 2007 Service Pack 1 (SP1).

For more information about permissions, delegating roles, and the rights that are required to administer Exchange 2007, see Permission Considerations.

Permissions and Prerequisites for Exchange 2007 SP1

To perform this procedure, the account you use must be delegated the following:

  • Exchange Public Folder Administrator role and local Administrators group for the target server

Permissions and Prerequisites for the RTM Version of Exchange 2007

To perform the following procedure in the RTM version of Exchange 2007, the account you use must be delegated the following:

  • Exchange Server Administrator role and local Administrators group for the target server

Also, before you perform this procedure, be aware that in the RTM version of Exchange 2007, you can manage public folders only in the Exchange Management Shell. You cannot use the Exchange Management Console.

Procedure

Exchange 2007 SP1

To use the Exchange Management Console to mail-disable a public folder

  1. Start the Exchange Management Console.

  2. In the console tree, click Toolbox.

  3. In the result pane, click Public Folder Management Console, and then in the action pane, click Open Tool. The Public Folder Management Console appears.

  4. In the public folder tree, click or expand Default Public Folders, and then if any public folders are displayed in the result pane, select the parent folder of the public folder that you want to mail-disable.

  5. In the result pane, select the public folder that you want to mail-disable.

  6. In the action pane, click Mail Disable. A warning dialog box appears.

  7. Click Yes to confirm that you want to mail-disable the public folder.

  8. To indicate that this is a mail-disabled public folder, the icon for the public folder changes.

    Mail-disabled public folders are represented by the following icon.

    mail-disabled public folder icon

    Mail-enabled public folders are represented by the following icon.

    mail-enabled public folder icon

To use the Exchange Management Shell to mail-disable a public folder

  • To mail-disable the public folder named My Public Folder, run the following command.

    Disable-MailPublicFolder -Identity "\My Public Folder"
    
  • To mail-disable the public folder named My Public Folder on the server named Server01, run the following command.

    Disable-MailPublicFolder -Identity "\My Public Folder" -Server "Server01"
    

For detailed syntax and parameter information, see the Disable-MailPublicFolder reference topic.

Exchange 2007 RTM

To use the Exchange Management Shell to mail-disable a public folder

  • To mail-disable the public folder named My Public Folder, run the following command.

    Disable-MailPublicFolder -Identity "\My Public Folder"
    
  • To mail-disable the public folder named My Public Folder on the server named Server01, run the following command.

    Disable-MailPublicFolder -Identity "\My Public Folder" -Server "Server01"
    

For detailed syntax and parameter information, see the Disable-MailPublicFolder (RTM) reference topic.

For More Information

To learn more about public folders, see Understanding Public Folders.

For more information about how to manage public folders, see Managing Public Folders.

For more information about using the Exchange Management Shell, see Using the Exchange Management Shell.