Remove-MessageClassification (RTM)

 

適用版本: Exchange Server 2007

上次修改主題的時間: 2007-06-08

使用 Remove-MessageClassification 指令程式,可刪除 Exchange 組織中的現有郵件分類執行個體。

語法

remove-MessageClassification -Identity <MessageClassificationIdParameter> [-DomainController <Fqdn>]

詳細描述

若要執行 Remove-MessageClassification 指令程式,必須對您使用的帳戶委派下列項目:

  • Exchange 組織系統管理員角色

如需管理 Microsoft Exchange Server 2007 所需之權限、委派角色及權利的相關資訊,請參閱權限考量

參數

參數 必要 類型 描述

Identity

必要

Microsoft.Exchange.Configuration.Tasks.MessageClassificationIdParameter

Identity 參數的有效輸入是所要移除之郵件分類執行個體的 Name 參數。指定含有空格的名稱時,您必須如下所示用雙引號括住整個名稱 (例如,"Administrative Name")。

DomainController

選用

Microsoft.Exchange.Data.Fqdn

若要指定將此組態變更寫入至 Active Directory 目錄服務之網域控制站的網域全名 (FQDN),請在命令中加入 DomainController 參數。已安裝 Edge Transport server role 的電腦不支援 DomainController 參數。Edge Transport server role 只會讀取和寫入至本機 Active Directory 應用程式模式 (ADAM) 執行個體。

範例

下列程式碼範例顯示含有必要參數的 Remove-MessageClassification 命令。

Remove-MessageClassification -Identity "Administrative Name"