E14 Ticket: How to Reconnect Deleted Mailbox
-
http://exchangeserverpro.com/reconnect-disconnected-mailbox-exchange-server-2010
-
[PS] C:\>Get-MailboxDatabase | Get-MailboxStatistics | where {$_.DisconnectReason -ne $null} | ft displayname,database,disconnectreason -auto
DisplayName Database DisconnectReason
----------- -------- ----------------
Evelyn Yeh BQT-DAG2_MSFT_BQP_NOV Disabled
bqt.test005 BQT-Archive01_TestDB Disabled
BQT.MSV11 BQT-Archive01_TestDB Disabled -
[PS] C:\>Connect-Mailbox -Identity "Evelyn Teh" -Database BQT-DAG2_MSFT_BQP_NOV -User Evelyn.TehWARNING: The operation completed successfully but the change will not become effective until Active Directory replication occurs.
-
Your account has been disabled.
Request
Url: https://roh.MSFT.com:443/owa/
User host address: 10.82.162.78
User: Evelyn.Teh
EX Address: /o=MSFT/ou=bqt/cn=recipients/cn=evelyn teh
SMTP Address: Evelyn.Teh@MSFT.com
OWA version: 14.2.328.9Exception
Exception type: Microsoft.Exchange.Data.Storage.AccountDisabledException
Exception message: Cannot open mailbox /o=MSFT/ou=bqt/cn=recipients/cn=evelyn teh.
-
http://support.microsoft.com/kb/2682047
[PS] C:\>Get-MailboxDatabase -Server bqt-mbx01 | Clean-MailboxDatabase
[PS] C:\>Get-MailboxDatabase -Server bqt-mbx02 | Clean-MailboxDatabase
Comments
Post a Comment