SOLVED

What is the best method to import content from existing mailboxes to new test mailboxes?

Brass Contributor

Hi Guys, 

 

Exchange newbie here. We are running an exchange migration project (from exchange on-prem 2013 to online) and would like to run a few tests using multiple tools. For this we thought of having a few test users with various size of mailboxes (instead of using existing actual users). 

 

Existing mailboxes 

Adam Jones (20 GB)

Finance Shared Mailbox (50GB)

HQ Resource Mailbox (5 GB)

 

New test mailboxes ----------------

Test user 1 (content should be imported from Adam Jones)

Test SharedMailbox 1(content should be imported from Finance Shared Mailbox)

Test Resource Mailbox 1 (content should be imported from HQ Resource Mailbox)

 

What's the best method to achieve this in Exchange On-premise (2013) environment ?

 

Appreciate your thoughts ! Thank you! 

3 Replies
What's wrong with using the native tools?

@Vasil Michev,

Native tools to migrate or copy content ?

If you were referring to migration, this is a complicated multinational environment where Company B departing the mother company (Exchange On-Prem) towards their own 365 tenancy.

best response confirmed by Curious_Kevin16 (Brass Contributor)
Solution
They say never answer a question with another question so here you go :)

you could use EAC to Export and Import a PST from source user mailbox to destination user but PowerShell would be your best bet. Either way, you will need the "Mailbox Import Export" role permission to be assigned to your account for this to work (don't forget to close your sessions and start a new browser session when done).

Create mailbox import requests
Use the EAC to create a mailbox import request
In the EAC, go to Recipients > Mailboxes > click More options More Options icon., and select Import PST.

In the EAC, select Recipients, Mailboxes, and then select More Options.

The Import from a .pst wizard opens. On the first page, enter the UNC path and filename of the source .pst file.

In the Import from a .pst file wizard in the EAC, specify the source .pst file.

When you're finished, click Next.

On the next page, select the target mailbox, and then select one of these options:

Import to this mailbox

Import to this mailbox's archive

In the Import from a .pst file wizard in the EAC, select the target mailbox (primary or archive).

When you're finished, click Next.

On the last page, configure one of these settings:

Leave the Send email to the mailbox below when the .pst file has been exported check box selected. Click Browse to add or remove notification recipients.

Clear the Send email to the mailbox below when the .pst file has been exported check box.

In the Import from a .pst file wizard in the EAC, select whether to receive notification messages.

When you're finished, click Finish.

Steps are in this KB - https://learn.microsoft.com/en-us/exchange/recipients/mailbox-import-and-export/import-procedures?vi...
1 best response

Accepted Solutions
best response confirmed by Curious_Kevin16 (Brass Contributor)
Solution
They say never answer a question with another question so here you go :)

you could use EAC to Export and Import a PST from source user mailbox to destination user but PowerShell would be your best bet. Either way, you will need the "Mailbox Import Export" role permission to be assigned to your account for this to work (don't forget to close your sessions and start a new browser session when done).

Create mailbox import requests
Use the EAC to create a mailbox import request
In the EAC, go to Recipients > Mailboxes > click More options More Options icon., and select Import PST.

In the EAC, select Recipients, Mailboxes, and then select More Options.

The Import from a .pst wizard opens. On the first page, enter the UNC path and filename of the source .pst file.

In the Import from a .pst file wizard in the EAC, specify the source .pst file.

When you're finished, click Next.

On the next page, select the target mailbox, and then select one of these options:

Import to this mailbox

Import to this mailbox's archive

In the Import from a .pst file wizard in the EAC, select the target mailbox (primary or archive).

When you're finished, click Next.

On the last page, configure one of these settings:

Leave the Send email to the mailbox below when the .pst file has been exported check box selected. Click Browse to add or remove notification recipients.

Clear the Send email to the mailbox below when the .pst file has been exported check box.

In the Import from a .pst file wizard in the EAC, select whether to receive notification messages.

When you're finished, click Finish.

Steps are in this KB - https://learn.microsoft.com/en-us/exchange/recipients/mailbox-import-and-export/import-procedures?vi...

View solution in original post