Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
Topic Last Modified: 2012-07-23
This topic explains how to use the Exchange Management Console (EMC) or the Exchange Management Shell to mail-disable a public folder.
Looking for other management tasks related to public folders? Check out Managing Public Folders.
Use the EMC to mail-disable a public folder
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Public folders" entry in the Mailbox Permissions topic.
- In the console tree, click Toolbox.
- In the result pane, click Public Folder Management
Console.
- In the action pane, click Open Tool. The Public Folder
Management Console appears.
- 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.
- In the result pane, select the public folder that you want to
mail-disable.
- In the action pane, click Mail Disable. A warning dialog
box appears.
- Click Yes to confirm that you want to mail-disable the
public folder.
- 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-enabled public folders are represented by the following icon.
Use the Shell to mail-disable a public folder
You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Public folders" entry in the Mailbox Permissions topic.
This example mail-disables the public folder My Public Folder.
Copy Code | |
---|---|
Disable-MailPublicFolder -Identity "\My Public Folder" |
This example mail-disables the public folder My Public Folder on the server Server01.
Copy Code | |
---|---|
Disable-MailPublicFolder -Identity "\My Public Folder" -Server "Server01" |
For detailed syntax and parameter information, see Disable-MailPublicFolder.