Applies to: Exchange Server 2013, Exchange Online
Topic Last Modified: 2012-12-05
An offline address book (OAB) is a copy of an address book that's been downloaded so that an Outlook user can access the information it contains while disconnected from the server. You can configure how often the OAB is generated by using the OABGeneratorWorkCycle and OABGeneratorWorkCycleCheckpoint parameters on the Set-MailboxServer cmdlet.
For additional management tasks related to OABs, see Offline Address Book Procedures.
What do you need to know before you begin?
- Estimated time to complete each procedure: 5 minutes.
- You need to be assigned permissions before you can perform this
procedure or procedures. To see what permissions you need, see the
"Offline address books" entry in the Email Address and
Address Book Permissions topic.
- You can’t use the Exchange Administration center (EAC) to
perform this procedure. You must use the Shell.
- For information about keyboard shortcuts that may apply to the
procedures in this topic, see Keyboard Shortcuts in
the Exchange Admin Center.
Tip: |
---|
Having problems? Ask for help in the Exchange forums. Visit the forums at: Exchange Server, Exchange Online, or Exchange Online Protection |
Use the Shell to configure OAB properties
In this example, the offline address book is generated every six hours each day on the Mailbox server, MBXServer01.
Copy Code | |
---|---|
Set-MailboxServer -Identity MBXServer01 -OABGeneratorWorkCycle 01.00:00:00 -OABGeneratorWorkCycleCheckpoint 06:00:00 |
For detailed syntax and parameter information, see Set-OfflineAddressBook.