The description given below explains how the user can reconnect disconnected mailboxes to/from exchange 2016 server. It also explains how to use PowerShell commands and simple procedures to reconnect all exchange 2016 Mailbox data.
Note: Certain Recipients Permissions required to write and run this procedure using PowerShell cmdlet.
Examples to Connect Mailbox to User Account using EMS:
For Room Mailbox:
Connect-Mailbox -Identity "rm2121" -Database "MBXResourceDB" -User "Conference Room 2121" -Alias ConfRm2121 -Room
For Equipment Mailbox:
Connect-Mailbox -Identity "MotorPool01" -Database "MBXResourceDB" -User "Van01 (12 passengers)" -Alias van01 -Equipment
For Shared Mailbox
Connect-Mailbox -Identity "Printer Support" -Database MBXDB01 -User "Corp Printer Support" -Alias corpprint -Shared
To check whether above steps worked fine or not follow steps given below:
To verify and connect mailbox exchange 2016 EAC
To reconnect exchange mailbox 2016 and verify using EMS
Type following command, Get-User
Note: After 30 days Period the Exchange automatically remove disconnected Mailbox Emails. The above procedure will able to display mailbox only if user mailbox has been disconnected within 30 days period.
If you have Offline EDB file then all its Emails can be recovered and Exported to Exchange 2016 or Office 365 using Exchange Recovery Software. This software also provides an option to convert emails into other formats.