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

Topic Last Modified: 2011-03-19

In Microsoft Exchange Server 2010, when you create a journal rule to journal e-mail messages sent to or from recipients or senders in an Exchange organization, voice mail and missed call notifications generated by Unified Messaging (UM) servers are included. Use the procedures in this topic to modify this behavior for your entire organization to support your organization's compliance policies.

Caution:
Before disabling or enabling journaling of voice mail messages and missed called notifications, we recommend that you ensure that the action meets your organization's compliance requirements.
Important:
Using this procedure in an organization where journaling isn't enabled has no impact.

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

What do you want to do?

Use the Shell to disable journaling of voice mail and missed call notifications

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.

Note:
You cannot use the EMC to disable journaling of voice mail and missed call notifications.

This example disables journaling of voice mail and missed call notifications by setting the VoicemailJournalingEnabled parameter to $false.

Copy Code
Set-TransportConfig -VoicemailJournalingEnabled $false

For detailed syntax and parameter information, see Set-TransportConfig.

Use the Shell to enable journaling of voice mail and missed call notifications

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.

Note:
You cannot use the EMC to enable journaling of voice mail and missed call notifications.

This example enables journaling of voice mail and missed call notifications by setting the VoicemailJournalingEnabled parameter to $true.

Copy Code
Set-TransportConfig -VoicemailJournalingEnabled $true

For detailed syntax and parameter information, see Set-TransportConfig.

For More Information