How to Remove a Journal Rule
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 remove an existing journal rule on a computer that has the Microsoft Exchange Server 2007 Hub Transport server role installed.
For more information about journaling, see Overview of Journaling.
Before You Begin
Important
If you remove a journal rule from a Hub Transport server, the journal rule will be removed from the whole Exchange 2007 organization.
To perform the following procedures, the account you use must be delegated the following:
- Exchange Organization Administrator role
For more information about permissions, delegating roles, and the rights that are required to administer Exchange Server 2007, see Permission Considerations.
Using the Exchange Management Console to Remove Journal Rules
In the Exchange Management Console, you can remove journal rules by following this procedure.
To use the Exchange Management Console to remove an existing journal rule
Open the Exchange Management Console on the Hub Transport server.
In the console tree, click Organization Configuration, and then click Hub Transport.
In the result pane, click the Journaling tab.
Right-click the journal rule that you want to remove, and then click Remove.
Click Yes to confirm that you want to remove the journal rule.
Using the Exchange Management Shell to Remove Journal Rules
In the Exchange Management Shell, you can remove journal rules by using the following syntax:
Remove-JournalRule <GUID or journal rule name>
Use the WhatIf parameter to verify that the results of the operation are what you expect. For more information about the WhatIf parameter, see WhatIf, Confirm, and ValidateOnly Parameters.
To use the Exchange Management Shell to remove an existing journal rule
Run the following command to see how journal rules will be affected without making any modifications:
Remove-JournalRule "Brokerage Journal Rule" -WhatIf
Run the following command to remove the journal rule:
Remove-JournalRule "Brokerage Journal Rule"
For detailed syntax and parameter information, see Remove-JournalRule.