The Exchange 2007 Wiki

Set Journal Recipient

Description

This script can be used to set the Journal Recipient on a single mailbox database

One-Liner
set-MailboxDatabase servername\MailboxDBName -JournalRecipient domain\username

Disclaimer: The sample scripts are meant to serve as examples and may need modifications before they will work in your environment. The authors of the script are not responsible for any negative outcome that may result from using them. 

Comments

From vin - 8/1/06 6:49 PM

To set the Journal recipient on all mailbox databases on a particular server use:

get-MailboxDatabase -server ServerName | set-MailboxDatabase -JournalRecipient domain\username

From vin - 8/1/06 6:48 PM

To set the Journal recipient on all mailbox databases use:
get-MailboxDatabase | set-MailboxDatabase -JournalRecipient domain\username

Site

Changes
Index
Search

 

User

 

Log In
Register

 
 

Last Modified 8/3/06 5:34 PM