Hi @IT Engineer,
Welcome to post in our Q&A forum!
There could be several reasons why the distribution groups are not showing up in the address book. Here are some possible causes and solutions:
- Time delay: It can take up to 48 hours for the changes to reflect in the address book. Please login Outlook Web App (OWA) to check if it takes effect.
- Offline Address Book (OAB) not updated: The OAB is a local copy of the address book that Outlook uses. If the OAB is not updated, it may not show the latest changes. You can force an update of the OAB with your outlook client.
- Distribution group hidden from address lists: If the distribution group is hidden from address lists, it will not show up in the address book. You can unhide the group by running the following command in Exchange Management Shell:
Set-DistributionGroup -Identity <name-of-group> -HiddenFromAddressListsEnabled $false
- Default OAB not configured correctly: If the default OAB is not configured correctly, it may not show the distribution groups. You can try updating the default OAB in Exchang management console.
Hope the above can help you!
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.