0

We have issues with Outlook and Exchange 2010: The global address book doesn't get updated on any Outlook clients (but works fine on the web access). We tried deleting the local address book and let the server push out the updated version, but after a local machine reboot, the global address book reverted back to the older version. We disabled Cached Exchange Mode and it seemed to fix the update issue, but we would like to keep that feature enabled.

wfaulk
  • 6,828
  • 7
  • 45
  • 75
George
  • 500
  • 4
  • 18
  • 40
  • Doesn't get updated at all, or just not for around 24 hours? The OAB (offline address book), which is what users in cached mode access, doesn't get updates by default for roughly 24 hours. – HostBits May 09 '12 at 16:28

3 Answers3

1

This is a known condition for cached mode. It will always work on OWA because it always uses the online address book.

http://msexchangetips.blogspot.com/2006/09/outlook-demystifying-outlook-cached.html

The link above has a reg entry you can put on the clients to always use the online Address Book, rather than the cached one.

DanBig
  • 11,393
  • 1
  • 28
  • 53
1

Outlook 2010 downloads the OAB every 24 hours. The files are downloaded from OABVirtualDirectory and are updated every 8 hours (=Pollinterval 480). If OAB is manually updated, but not the OABVirtualDirectory, Outlook will have nothing to download.

Try this to update the OAB files:

Update-FileDistributionService -Identity Server1 -Type "OAB"
ChrisF
  • 1,861
  • 1
  • 21
  • 28
-1

Get-OfflineAddressbook | Update-OfflineAddressbook|

Get-ClientAccessServer | Update-FileDistributionService