2017年12月21日 星期四

立即更新Outlook的通訊錄清單


在DNS網域底下,若是新增帳戶往往要等候多時,寄件者的Outlook通訊錄:全域通訊清單才會更新,那要立即更新的話,該如何做呢?

1. 在Server端:Exchange → 組織組態 → 信箱 → 離線通訊錄 → 預設離線通訊錄 → 滑鼠右鍵 → 更新。
2. 在Client端:Outlook → 工具 → 傳送/接收 → 下載通訊錄

補充:
適用 exchange 2010
指令方式:
How to Update GAL and OAB in Exchange 2010
What if your boss wants you to update the Global Address List and Offline Address Book in an Exchange environment. Yes, you could wait for Exchange to do it automatically (the default schedule is once a day) but what if you want to force the update immediately to reflect the changes on OAB?

Don’t worry, here comes PowerShell to the rescue :).

Use below Powerhsell commands in the same order:

Get-GlobalAddressList | Update-GlobalAddressList
So now that the GAL is updated. Now let's update the Offline Address Book (OAB).

Get-OfflineAddressBook “預設離線通訊錄” | Update-OfflineAddressBook
And last… when you update the OAB you’ll also need to inform Client Access Server that there is an updated OAB.

Get-ClientAccessServer | Update-FileDistributionService

沒有留言: