Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2

Topic Last Modified: 2012-07-23

You can use journal rules to perform granular journaling of messages sent and received by specified recipients. When you enable or disable journal rules on a Hub Transport server, the modified journal rule is replicated across the Microsoft Exchange Server 2010 organization and is available to all the Exchange 2010 Hub Transport servers.

Looking for other tasks related to journaling? Check out Managing Journaling.

Use the EMC to enable or disable a journal rule

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "Journaling" entry in the Messaging Policy and Compliance Permissions topic.

  1. In the console tree, navigate to Organization Configuration > Hub Transport.

  2. In the result pane, click the Journal Rules tab and select the journal rule that you want to enable or disable.

  3. In the action pane, if the journal rule isn't enabled, click Enable Rule to enable it. If the journal rule is enabled, click Disable Rule to disable it.

Use the Shell to enable or disable a journal rule

You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the 'Journaling' entry in the Messaging Policy and Compliance Permissions topic.

This example enables the Contoso Journal Rule.

Copy Code
Enable-JournalRule "Contoso Journal Rule"

This example disables the Contoso Journal Rule.

Copy Code
Disable-JournalRule "Contoso Journal Rule"

Other Tasks

After you've enabled or disabled a journal rule, you may also want to: