Applies to: Exchange Server 2013, Exchange Online
Topic Last Modified: 2012-07-12
Use the Get-JournalRule cmdlet to view the journal rules in your organization.
For information about the parameter sets in the Syntax section below, see Syntax.
Syntax
Get-JournalRule [-Identity <RuleIdParameter>]
[-DomainController <Fqdn>] [-LawfulInterception
<SwitchParameter>] [-Organization
<OrganizationIdParameter>]
|
Examples
EXAMPLE 1
This example retrieves all journal rules configured in your organization.
Copy Code | |
---|---|
Get-JournalRule |
EXAMPLE 2
This example retrieves the specific journal rule Brokerage Communications and pipes the output to the Format-List cmdlet to view all the parameters of the rule.
Copy Code | |
---|---|
Get-JournalRule "Brokerage Communications" | Format-List |
Detailed Description
The Get-JournalRule cmdlet displays journal rules configured in your organization.
You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "Journaling" entry in the Messaging Policy and Compliance Permissions topic.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
DomainController |
Optional |
Microsoft.Exchange.Data.Fqdn |
The DomainController parameter specifies the fully qualified domain name (FQDN) of the domain controller that retrieves data from Active Directory. |
Identity |
Optional |
Microsoft.Exchange.MessagingPolicies.Rules.Tasks.RuleIdParameter |
The Identity parameter specifies the rule you want to view. Enter either the name or the GUID of the journal rule. You can omit the parameter label. |
LawfulInterception |
Optional |
System.Management.Automation.SwitchParameter |
This parameter is reserved for internal Microsoft use. |
Organization |
Optional |
Microsoft.Exchange.Configuration.Tasks.OrganizationIdParameter |
This parameter is reserved for internal Microsoft use. |
Input Types
To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types. If the Input Type field for a cmdlet is blank, the cmdlet doesn’t accept input data.
Return Types
To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types. If the Output Type field is blank, the cmdlet doesn’t return data.