如何移除全域通訊清單

 

適用版本: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007

上次修改主題的時間: 2007-01-30

全域通訊清單 (GAL) 是一個目錄,內含組織實作 Microsoft Exchange 時使用之每個群組、使用者和連絡人的項目。本主題會說明如何使用 Exchange 管理命令介面,從 Exchange 組織移除 GAL。

note附註:
您無法使用 Exchange 管理主控台移除 GAL。您必須使用 Exchange 管理命令介面中的 Remove-GlobalAddressList 指令程式。
important重要事項:
您無法移除預設 GAL。

開始之前

若要執行此程序,您使用的帳戶必須已委派下列:

  • Exchange 組織系統管理員角色。

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

程序

使用 Exchange 管理命令介面移除 GAL

  1. 執行下列命令。

    Remove-GlobalAddressList -Identity <GlobalAddressListIdParameter> -DomainController <Fqdn>
    

    例如,若要從網域控制站 ad-server.fourthcoffee.com 中移除 Fourth Coffee 這個 GAL,請執行下列命令。

    Remove-GlobalAddressList -Identity "Fourth Coffee" -DomainController ad-server.fourthcoffee.com
    
  2. 若要確認您要移除 GAL,請輸入 Y,然後按 ENTER。

相關資訊

如需管理 GAL 的相關資訊,請參閱管理全域通訊清單

若要確保您目前閱讀的是最新資訊,並尋找其他的 Exchange Server 2007 說明文件,請造訪 Exchange Server 技術資源中心.