Posts

Showing posts from March 4, 2012

test

test

LAB: E14 PowerShell: Remove-StoreMailbox (Disconnect Mailbox, SoftDeleted)

Image
  LAB: E14 PowerShell: Remove-StoreMailbox (Disconnect Mailbox, SoftDeleted) 當信箱從 Exchange Server 2010 SP1 信箱資料庫移至任何其他信箱資料庫時,會建立虛刪除的信箱。Exchange 並不會在移動之後完全刪除來源資料庫中的信箱,以避免發生錯誤而造成目的資料庫中的信箱失效。您可以隨時還原來源信箱並再試一次。Exchange 會在保留期間保留虛刪除信箱。 您可以在虛刪除的信箱上執行兩項作業: · 您可以在命令介面中使用 MailboxRestoreRequest 指令程式集將虛刪除信箱還原至現有的 Active Directory 使用者。此指令程式集使用信箱複寫服務 (MRS) 來重新連線信箱。您無法使用 EMC 來執行此程序。如需相關資訊,請參閱 還原虛刪除的信箱 。 · 您可以使用 Remove-StoreMailbox 指令程式永久刪除虛刪除信箱。此程序會清除信箱資料庫中已中斷連線的信箱以及其全部的內容。資料會永久遺失。如需相關資訊,請參閱 永久刪除中斷連線的信箱 。 附註: 您可以只對中斷連線的信箱執行 Remove-StoreMailbox 指令程式。如果您嘗試對作用中信箱執行指令程式,則指令程式會失敗並傳回錯誤。如需如何永久刪除作用中信箱的相關資訊,請參閱 移除信箱 中的「使用命令介面永久移除信箱」。 永久刪除中斷連線的信箱 當您使用 Remove-StoreMailbox Cmdlet 將中斷連線的信箱及其所有內容從信箱資料庫清除時,便會永久遺失資料。已中斷連線的信箱有兩種類型:虛刪除和已停用。執行 Cmdlet 時,您必須指定其中一種類型。如果您指定的類型與已中斷連線信箱的實際類型不符,命令便會失敗。 若要深入了解中斷連線的信箱,請參閱 了解中斷連線的信箱 。 附註: 您可以只

REF: Exchnage 2010 Journaling agent are not list on Get-TransportAgent

Image
  REF: Exchnage 2010 Journaling agent are not list on Get-TransportAgent In an Exchange 2010 organization, all e-mail traffic is routed by the Hub Transport server. All messages traverse at least one Hub Transport server in their lifetime. The Journaling agent is a compliance-focused transport agent that processes messages on Hub Transport servers . It fires on the OnSubmittedMessage and OnRoutedMessage transport events. Note: In Exchange 2010, the Journaling agent is a built-in agent. Built-in agents aren't included in the list of agents returned by the Get-TransportAgent cmdlet. For more details, see Understanding Transport Agents .