Forcing updates on OAB - EX2016

David Zemdegs 1,596 Reputation points
2021-03-09T03:51:56.22+00:00

Hi,
I did the following on our Exchange 2016 to force a change to some recipients to flow to Outlook.
get-globaladdresslist | update-globaladdresslist
get-offlineaddressbook | update-offlineaddressbook
Then used Outlook to download the offline address book.

Outlook still has not been updated. Did I miss something?
Thanks
David Z

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management
The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Ashok M 6,876 Reputation points
    2021-03-09T07:57:56.24+00:00

    Hi @David Zemdegs ,

    Is the new change available in Global address list? You can login to OWA and check if the new change has been updated.

    Was it working before?
    Is this happening to all users or only few users or one?
    Did you get any errors while running those commands?

    Run the below commands to check the OAB,

    Get-MailboxDatabase | Format-Table -Auto Name,OfflineAddressBook
    Get-Mailbox -Arbitration | where {$_.PersistedCapabilities -like "OAB"} | Format-List Name,ServerName,PersistedCapabilities
    Get-OfflineAddressBook | Format-List Name,AddressLists,GeneratingMailbox,IsDefault

    https://learn.microsoft.com/en-us/exchange/email-addresses-and-address-books/offline-address-books/oab-procedures?view=exchserver-2016#what-do-you-need-to-know-before-you-begin

    If the above suggestion helps, please click on "Accept Answer" and upvote it.

    0 comments No comments

  2. David Zemdegs 1,596 Reputation points
    2021-03-09T08:06:29.927+00:00

    Thanks.
    From my original post - the change did not appear in outlook after those three steps.
    Am I missing a step?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.