Tikcet–Exchange 2010 Reconnect deleted archive mailbox


1. When move user mailbox with archive mailbox, I disabled archive mailbox first and create new archive mailbox for this user again. Then I want to retrive original archive mailbox of exist user.

image

2. Get disabled archvie mailbox.

[PS] >Get-MailboxStatistics -Database BQT-DAG1_ArchiveMailbox | ft displayname, itemcount, identity

image

3. Remove disabled archive mailbox.

[PS] >Remove-StoreMailbox -Database bqt-dag1_archivemailbox -Identity "934c17f3-cd1e-46e1b5e66e7bb" -MailboxState disabled

confirm
are you sure you want to perform this action?
removing mailbox "934c17f3-cd1e-46ea-a572-e51b5e66e7bb" on database "bqt-dag1_archivemailbox".
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [?] Help (default is "Y"): y

image

4. Reconnect archive mailbox to user.

image

5. Move archive mailbox to new archvie mailbox database

image

6.
image

7.

Get-MailboxStatistics -Database BQT-E14CAS1_OCT | ft DisplayName,DisconnectReason

image

8.

[PS] >Get-MailboxStatistics -Database BQT-E14CAS1_OCT | where {$_.DisconnectReason -eq "SoftDeleted"} | foreach {Remove-StoreMailbox -Database $_.database -Identity $_.mailboxguid -MailboxState SoftDeleted}

Comments

Popular posts from this blog

E15 CU3–Update Failed–AD replicated Exceeded the tombstone lifetime.

202301 - Exchange onpreme - PowerShell Serialization Payload Signing

E14–Bulk Create Mail Contact & Set-Contact