查看目前邮件服务器中的已断开连接的邮箱
Get-MailboxDatabase | Get-MailboxStatistics | where {$_.DisconnectReason -ne $null} | ft displayname,database,disconnectreason -auto
通过清理邮箱数据库可以重新整合邮箱数据库数据,类似于PC中的“刷新”

 在Eexchange PowerShell中运行
clean-mailboxdatabase  1G01

在Eexchange PowerShell中运行:
Get-MailboxStatistics -Database "Database name" | ForEach { Update-StoreMailboxState -Database $_.Database -Identity $_.MailboxGuid -Confirm:$false }


详细说明请参考: http://blogs.technet.com/b/exchange/archive/2013/10/28/recovering-public-folder-information-in-exchange-2013-part-2.aspx

 
再次通过第二步的命令查找断开连接的邮箱用户,该用户出现!