以下內容節錄自微軟:
全域通訊清單程式
修改或更新 GAL 的所有程式都需要 Exchange 管理命令介面。
使用 Exchange 管理命令介面來更新全域通訊清單
建立或修改 GAL 之後,您必須更新其成員資格。 更新 GAL 只會啟動更新程式。 GAL 更新可能需要數小時才能完成。
若要更新 GAL,請使用下列語法:
Update-GlobalAddressList -Identity
此範例會更新名為 Contoso GAL 的 GAL。
Update-AddressList -Identity "Contoso GAL"
此範例會更新組織中所有需要更新的 GAL。
Get-GlobalAddressList | where {$_.RecipientFilterApplied -eq $false} | Update-GlobalAddressList
如需詳細的語法及參數資訊,請參閱 Update-GlobalAddressList。
全文連結:https://learn.microsoft.com/zh-tw/exchange/email-addresses-and-address-books/address-lists/address-list-procedures?view=exchserver-2016#use-the-exchange-management-shell-to-update-global-address-lists