Hi,@Silva Eduardo (ITO1-PT; ITLS-PT)
Thanks for posting your question in the Microsoft Q&A forum.
In Microsoft Exchange and Office 365, Dynamic Distribution Lists (DDLs) are visible to end users in a different way than regular distribution lists. Regular users really can't see the Dynamic Distribution Lists.
If normal users want to see the DDLs, you can let the administrator export the DDL and share it with them.This method can be a bit tricky.
$group = Get-DynamicDistributionGroup “Dynamic Distribution Group Name”
$members | Select-Object Name,PrimarySmtpAddress
$members | Select-Object Name,PrimarySmtpAddress | Export-Csv "C:\Output.csv" -NoTypeInformation
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.