Exchange 2010: Merge a mailbox between two users

10,469

Solution 1

I don't know what you are doing with an Exchange server but you don't know how to reset a password in AD...

http://technet.microsoft.com/en-us/library/cc782255(WS.10).

As for merging the mailbox, use the Export-Mailbox and Import-Mailbox cmdlets.

Export Mailbox cmdlet example

New-MailboxExportRequest -Mailbox AylaKol -FilePath \\MBX-01\PSTFileShare\Ayla_Recovered.pst

Import Mailbox cmdlet example

New-MailboxImportRequest -Mailbox Ayla -FilePath \\SERVER01\PSTFiles\Recovered.pst -TargetRootFolder "RecoveredFiles"

Solution 2

Employees leave companies all the time, and I've never heard if importing their emails into another inbox.

Most companies assign someone else permission to access the inbox of the other user, and then open the mailbox in Outlook.

If you're having trouble resetting an AD password however, then perhaps you should be getting someone who knows more about AD and Exchange and how they integrate.

Share:
10,469

Related videos on Youtube

Mestika
Author by

Mestika

Updated on September 17, 2022

Comments

  • Mestika
    Mestika over 1 year

    I have two users in my Exchange 2010 server where one user no longer is employed but we need access to the mails. I cannot find any function to reset the users password so my question is if it is possible to merge the users mailbox into another users?

    Sincerely

    Mestika