721 words
4 minutes

Create an Offline Address Book in Exchange Server 2013

Cover image for Create an Offline Address Book in Exchange Server 2013

This article is for those looking for a detailed and clear guide on how to create an 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.

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

Create an Offline Address Book in Exchange Server 2013 - Step 1

Let’s see the existing address books using the command:

Terminal window
Get-OfflineAddressBook

Create an Offline Address Book in Exchange Server 2013 - Step 2

NOTE

Installing the Mailbox server role creates a default offline address book named “Default Offline Address Book”.

Let’s create a new offline address book using the command:

Terminal window
New-OfflineAddressBook -Name "VMKH Offline Address Book" -AddressLists "\Default Global Address List" -VirtualDirectories "us-boston-vmkh-002\OAB (Default Web Site)"

Create an Offline Address Book in Exchange Server 2013 - Step 3

To view existing address books and their main parameters, you can run the command:

Terminal window
Get-OfflineAddressBook | fl Name,Server, PublicFolderDistributionEnabled,WebDistributionEnabled,VirtualDirectories

Create an Offline Address Book in Exchange Server 2013 - Step 4

The new offline address book was created successfully, and you can then set it as the default offline address book. Thus, it will be associated with all created mailbox databases.

Terminal window
Set-OfflineAddressBook -Identity "VMKH Offline Address Book" -IsDefault $true

Create an Offline Address Book in Exchange Server 2013 - Step 5

Now we go to the server with Exchange Server 2013 installed and go to the Exchange Admin Center, which is located at the link https://us-boston-vmkh-002/ecp, where us-boston-vmkh-002 is the name of my Exchange server.

Specify the username and password to enter the “Exchange Administration Center” and click the “Sign in” button.

Create an Offline Address Book in Exchange Server 2013 - Step 6

Go to the “Servers” section, select the “Databases” subsection, then select the database and double-click on it with the left mouse button.

Create an Offline Address Book in Exchange Server 2013 - Step 7

In the Client Settings section, you must specify the new Exchange OAB.

Click on the “Browse” button.

Create an Offline Address Book in Exchange Server 2013 - Step 8

Select the new Exchange OAB and click on the “OK” button.

Create an Offline Address Book in Exchange Server 2013 - Step 9

The new Exchange OAB is listed.

NOTE

If you have multiple Exchange databases, you need to specify a new OAB for each database.

Click on the “Save” button.

Create an Offline Address Book in Exchange Server 2013 - Step 10


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.

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