609 words
3 minutes

Update the Offline Address Book in Exchange Server 2013

Cover image for Update the Offline Address Book in Exchange Server 2013

This article is for those looking for a detailed and clear guide on how to update the offline address book in Exchange Server 2013.

The offline address book is designed so that Microsoft Outlook users can view the address book even when they are not connected to the Exchange server. In addition, offline address books can help reduce the load on Exchange servers.

NOTE

To learn how to create offline address books in Exchange Server 2013, read my guide: Create an Offline Address Book in Exchange Server 2013.

Click “Start”, point to “Exchange” in the search bar, then right-click on “Exchange Management Shell” and select “Run as administrator”.

Update the Offline Address Book in Exchange Server 2013 - Step 1

Let’s see the existing schedule for updating address books using the command:

Terminal window
Get-OfflineAddressBook | fl Name,Schedule

Update the Offline Address Book in Exchange Server 2013 - Step 2

Now let’s check when a specific OAB was last updated using the command:

Terminal window
Get-OfflineAddressBook "VMKH Offline Address Book" | fl Name,LastTouch *
NOTE

This manual uses the “VMKH Offline Address Book” as the main offline address book.

Update the Offline Address Book in Exchange Server 2013 - Step 3

The following commands must be run on all Exchange servers.

Let’s update the global address list using the command:

Terminal window
Get-GlobalAddressList | Update-GlobalAddressList

Update the Offline Address Book in Exchange Server 2013 - Step 4

Update the Exchange OAB using the command:

Terminal window
Get-OfflineAddressBook | Update-OfflineAddressBook

Update the Offline Address Book in Exchange Server 2013 - Step 5

You can update a specific offline address book using the command:

Terminal window
Update-OfflineAddressBook -Identity "VMKH Offline Address Book"
NOTE

This manual uses the “VMKH Offline Address Book” as the main offline address book.

Update the Offline Address Book in Exchange Server 2013 - Step 6

If you have Exchange Server 2010 installed, then to force the update of the offline address book, you will need to run one more command:

Terminal window
Get-ClientAccessServer | Update-FileDistributionService

Patreon Exclusives#

🏆 Join my Patreon and dive deep into the world of Docker and DevOps with exclusive content tailored for IT enthusiasts and professionals. As your experienced guide, I offer a range of membership tiers designed to suit everyone from newbies to IT experts.


Tools I Personally Trust#

If you’re building things, breaking things, and trying to keep your digital life a little saner (like every good DevOps engineer), these are two tools that I trust and use daily:

🛸 Proton VPN - My shield on the internet. It keeps your Wi-Fi secure, hides your IP, and blocks those creepy trackers. Even if I’m hacking away on free café Wi-Fi, I know I’m safe.

🔑 Proton Pass - My password vault. Proper on-device encryption, 2FA codes, logins, secrets - all mine and only mine. No compromises.

These are partner links - you won’t pay a cent more, but you’ll be supporting DevOps Compass. Thanks a ton - it helps me keep this compass pointing the right way 💜


Gear & Books I Trust#

📕 Essential DevOps books
🖥️ Studio streaming & recording kit
📡 Streaming starter kit


Social Channels#

🎬 YouTube
🐦 X (Twitter)
🎨 Instagram
🐘 Mastodon
🧵 Threads
🎸 Facebook
🦋 Bluesky
🎥 TikTok
💻 LinkedIn
📣 daily.dev Squad
✈️ Telegram
🐈 GitHub


Community of IT Experts#

👾 Discord


Refill My Coffee Supplies#

💖 PayPal
🏆 Patreon
🥤 BuyMeaCoffee
🍪 Ko-fi
💎 GitHub
Telegram Boost

🌟 Bitcoin (BTC): bc1q2fq0k2lvdythdrj4ep20metjwnjuf7wccpckxc
🔹 Ethereum (ETH): 0x76C936F9366Fad39769CA5285b0Af1d975adacB8
🪙 Binance Coin (BNB): bnb1xnn6gg63lr2dgufngfr0lkq39kz8qltjt2v2g6
💠 Litecoin (LTC): LMGrhx8Jsx73h1pWY9FE8GB46nBytjvz8g


Is this content AI-generated?

No. Every article on this blog is written by me personally, drawing on decades of hands-on IT experience and a genuine passion for technology.

I use AI tools exclusively to help polish grammar and ensure my technical guidance is as clear as possible. However, the core ideas, strategic insights, and step-by-step solutions are entirely my own, born from real-world work.

Because of this human-and-AI partnership, some detection tools might flag this content. You can be confident, though, that the expertise is authentic. My goal is to share road-tested knowledge you can trust.

Update the Offline Address Book in Exchange Server 2013
https://www.heyvaldemar.com/update-the-offline-address-book-in-exchange-server-2013/
Author
Vladimir Mikhalev
Published at
2015-07-30
License
CC BY-NC-SA 4.0