Exchange 2010 setup creates a special mailbox (discovery mailbox) with a display name “Discovery Search Mailbox” by default. You might be wondering what this mailbox does.
This mailbox is a used as the target mailbox for discovery searches in the exchange control panel. Discovery search comes in when your company auditor or HR wants to search for emails across all the mailboxes.
Few points to note about discovery mailboxes:
- You can create additional discovery mailboxes as required.
- A discovery mailbox can’t be converted to another type of mailbox.
- You can remove a discovery mailbox using the same procedure used to remove other types of mailboxes.
- Although visible in exchange address lists, users cannot send email to a discovery mailbox. Email delivery to discovery mailboxes is prohibited by using delivery restrictions.
- Like all mailbox types, a discovery mailbox has an associated Active Directory user account, but it is disabled by default.
- If you remove a discovery mailbox, all search results stored in the mailbox are removed.
- By default, discovery mailboxes have a mailbox storage quota of 50Gb. You can modify the quota to suit your requirements.
In order to create a new discovery mailbox named Discovery Mailbox1, run
New-Mailbox –identity “Discovery Mailbox1” –Discovery –UserPrincipalName “discoverymailbox1@mydomain.com”
In order to get a list of all discovery mailbox, run
Get-Mailbox -Filter { RecipientTypeDetails -eq "DiscoveryMailbox" }
Hi,
how to create audit log mailbox with correct permission ?
Regards
I am curious. If the user is disabled, does the mailbox still get filled with searchable data?
Which user Bill?
What does it mean when a user send an email to another internal user and reiceves this error? Keep in mind that the recipient did receive the email after all.
Delivery Report for Discovery Search Mailbox (DiscoverySearchMailbox{D919BA05-46A6-415f-80AD-7E09334BB852}@bushgottlieb.com)
Submitted
1/21/2015 10:30 AM MAIL-01.Domain1.local
The message was submitted to mail-01.domain1.local.
Failed
1/21/2015 10:31 AM mail-01.domain1.local
Your message can’t be delivered because delivery to this address is restricted.
550 5.7.1 RESOLVER.RST.NotAuthorized; not authorized
Thank you for the right information..
Thanks Pradeep
Thanks for pointing out the typo. The shell screenshot displays the correct command though.
BTW the command you gave to create a new discovery mailbox does not work.
deleting –identity allowed the command to complete