Copy eDiscovery search results to a discovery mailbox

Applies to: Exchange Server 2013

After you create an In-Place eDiscovery search, you can use the EAC to copy the results to a discovery mailbox. You can also use the Shell to start an eDiscovery search that was created using the New-MailboxSearch cmdlet, which will copy the results to the discovery mailbox that was specified when you created the search.

What do you need to know before you begin?

  • Estimated time to complete: 5 minutes or longer depending on the number of mailbox items returned in the search results

  • You need to be assigned permissions before you can perform this procedure or procedures. To see what permissions you need, see the "In-Place eDiscovery" entry in the Messaging policy and compliance permissions topic.

  • An eDiscovery search has to be created, by using the EAC or the Shell, before you can copy the search results. For details, see Create an In-Place eDiscovery search in Exchange 2013.

  • Exchange 2013 Setup creates a discovery mailbox called Discovery Search Mailbox to copy search results. You can create additional discovery mailboxes. For details, see Create a discovery mailbox.

  • For information about keyboard shortcuts that may apply to the procedures in this topic, see Keyboard shortcuts in the Exchange admin center.

Tip

Having problems? Ask for help in the Exchange forums. Visit the forums at Exchange Server.

Use the EAC to copy search results

  1. In the EAC, go to Compliance management > In-place eDiscovery & hold.

  2. In the list view, select an eDiscovery search.

  3. Click Search Search icon., and then click Copy search results from the drop-down list.

  4. In Copy Search Results, select from the following options:

    • Include unsearchable items: Select this check box to include mailbox items that couldn't be searched (for example, messages with attachments of file types that couldn't be indexed by Exchange Search). For more information, see Unsearchable items in Exchange eDiscovery.

    • Enable de-duplication: Select this check box to exclude duplicate messages. Only a single instance of a message will be copied to the discovery mailbox.

    • Enable full logging: Select this check box to include a full log in search results.

    • Send me mail when the copy is completed: Select this check box to get an email notification when the search is completed.

    • Copy results to this discovery mailbox: Click Browse to select the discovery mailbox where you want the search results copied to.

      Copy Search Results.

  5. Click Copy to start the process to copy the search results to the specified discovery mailbox.

  6. Click Refresh Refresh Icon. to update the information about the copying status that is displayed in the details pane.

  7. When copying is complete, click Open to open the discovery mailbox to view the search results.

Use the Shell to copy search results

After using the New-MailboxSearch cmdlet to create an In-Place eDiscovery search, you must start the search to copy messages to the discovery mailbox you specified in the TargetMailbox parameter. For information about creating eDiscovery searches using the Shell, see:

For example, you would run the following command to start an eDiscovery search named Fabrikam Investigation to copy the search results to the specified discovery mailbox.

Start-MailboxSearch "Fabrikam Investigation"

If you used the EstimateOnly switch to get an estimate of the search results, you have to remove the switch before you can copy the search results. You also have to specify a discovery mailbox to copy to search results to. For example, say you created an estimate-only search by using the following command:

New-MailboxSearch "FY13 Q2 Financial Results" -StartDate "04/01/2013" -EndDate "06/30/2013" -SourceMailboxes "DG-Finance" -SearchQuery '"Financial" AND "Fabrikam"' -EstimateOnly -IncludeUnsearchableItems

To copy the results of this search to a discovery mailbox, you would run the following commands:

Set-MailboxSearch "FY13 Q2 Financial Results" -EstimateOnly $false -TargetMailbox "Discovery Search Mailbox"
Start-MailboxSearch "FY13 Q2 Financial Results"

More information about copying search results

  • After you copy search results to the discovery mailbox, you can export those search results to a PST file. For more information, see Export eDiscovery search results to a PST file.

  • For more information about unsearchable items, see Unsearchable items in Exchange eDiscovery.

  • If you're copying all mailbox content within a specific date range (by not specifying any keywords in the search criteria), then all unsearchable items within that date range will be automatically included in the search results. Therefore, don't select the Include unsearchable items checkbox when copying search results. Otherwise, a duplicate copy of all unsearchable items will be copied to the discovery mailbox.

  • In addition to copying the search results to a discovery mailbox, you can also estimate or preview the search results for a selected search.

    • Estimate search results: This option returns an estimate of the total size and number of items that will be returned by the search based on the criteria you specified. Estimates are displayed in the details pane in the EAC.

    • Preview search results: This option lets you preview the search results returned by the search instead of having to copy them to a discovery mailbox to view. This lets you quickly determine whether the search results are relevant. After you preview the results, you can revise your search query to narrow the search results and rerun the search. Items in the preview page are read-only versions of the actual search results, so you can't move, edit, delete or forward on the preview page.

      For more information, see Estimate or preview search results.