Zero Hour Sleep
16Sep/101

Quick Tip: Forcing OAB Generation

When migrating between Exchange version or when introducing a new CAS server sometimes we need to force the generation of the Offline Address Book so clients can pick it up and avoid unneeded outlook errors.

Here is how to do it in 3 quick steps

1. Update the Offline Address Book
From Exchange Management Shell (EMS) run:

Get-OfflineAddressBook  |  Update-OfflineAddressBook

2. Restart Microsoft Exchange System Attendant service on the Mailbox Server responsible for OAB Generation

From Exchange Management Shell (EMS) run:

restart-service MsExchangeSA

3. Restart the Microsoft Exchange File Distribution service on the Client Access Server
From Exchange Management Shell (EMS) run:

restart-service MsExchangeFDS

or run

Update-FileDistributionService  CASServerName

Enjoyed the post, what is next?

Grab our FULL RSS feed! or Email Updates then share it

About Antoine Khater

I have been working in IT consultancy and solution integration since 1998 and I consider myself lucky to be, one in a few, making a living out of my passion. I am also member of the famous Experts Exchange (profile here) online community where I try my best to share what I have learned along the road.
  • Talwinder Singh Kaila

    Updating and then restarting “file distribution Service” did the magic for me.