1 頁 (共 1 頁)

使用 Exchange 2007 管理命令介面還原刪除的信箱

文章發表於 : 週五 6月 20日, 2008年 3:22 pm
DarkSkyline
1.若要尋找中斷連線的信箱,請執行下列 Exchange 管理命令介面命令:
Get-MailboxStatistics -Server <server> | where { $_.DisconnectDate -ne $null } | select DisplayName,DisconnectDate

2.若要重新連線使用者物件仍位於 Active Directory 目錄服務中之中斷連線的信箱,請執行下列 Exchange 管理命令介面命令:
Connect-Mailbox -Database <Mailbox_database > -Identity <Deleted_Mailbox>