Discovery Mailbox In Exchange 2010…

MS Exchange

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.

1

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.

6

  • Like all mailbox types, a discovery mailbox has an associated Active Directory user account, but it is disabled by default.

2

  • 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

3

4

In order to get a list of all discovery mailbox, run

Get-Mailbox -Filter { RecipientTypeDetails -eq "DiscoveryMailbox" }

5

Other Popular Articles


MS Exchange

Scripting Agent Initialization Failed: “File is not found” Error During Exchange 2016 Setup

MS Exchange

EAC Access While Co-Existing Exchange 2013 With 2010

MS Exchange

Delete All Calendar Entries In An Exchange 2010 Mailbox

8 thoughts on “Discovery Mailbox In Exchange 2010…”

  1. 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

    Reply
  2. BTW the command you gave to create a new discovery mailbox does not work.

    deleting –identity allowed the command to complete

    Reply

Leave a Comment