This topic has not yet been rated - Rate this topic

How to View a Journal Rule

 

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

Topic Last Modified: 2007-01-02

This topic explains how to use the Exchange Management Console or the Exchange Management Shell to view an existing journal rule on a computer that has the Microsoft Exchange Server 2007 Hub Transport server role installed.

For more information about the Journaling agent, see Overview of Journaling.

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

  • Exchange View-Only Administrator role

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

noteNote:
When you view journal rules on a Hub Transport server, you can view any journal rule that is configured in the Exchange 2007 organization.

In the Exchange Management Console, you can view journal rules by using the following procedure.

  1. Open the Exchange Management Console on the Hub Transport server.

  2. In the console tree, click Organization Configuration, and then click Hub Transport.

  3. In the result pane, click the Journaling tab, right-click the journal rule that you want to view, and then click Properties.

  4. View the journal rule configuration.

  5. Click Cancel when you are finished and have not made any changes.

In the Exchange Management Shell, you can view a summary list of all journal rules by using the following syntax:

Get-JournalRule <GUID or journal rule name>
  • Run the following command:

    Get-JournalRule "Brokerage Journal Rule"
    

To view the detailed configuration of a journal rule, you must pipe the output of the Get-JournalRule command to the Format-List command. In the Exchange Management Shell, you can view journal rules by using the following syntax:

Get-JournalRule <GUID or journal rule name> | Format-List

For more information about pipelining, see Pipelining.

For more information about how to work with the information that is returned by a command, see Working with Command Output.

  • Run the following command:

    Get-JournalRule "Brokerage Journal Rule" | Format-List
    

For detailed syntax and parameter information, see Get-JournalRule.

To ensure that you are reading the most up-to-date information and to find additional Exchange Server 2007 documentation, visit the Exchange Server TechCenter.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.