Forum Discussion

JoshB531's avatar
JoshB531
Brass Contributor
Jan 05, 2024
Solved

Dynamic Distribution list members

Hi All   I am trying to export members of a M365 Dynamic Distribution lists but when I try via PowerShell it will only show me the GUID. I am trying to get the display name but can't figure out how...
  • VasilMichev's avatar
    Jan 06, 2024
    Try something like this:

    Get-DynamicDistributionGroupMember DDGname | select Name, DisplayName, PrimarySmtpAddress, RecipientTypeDetails

Resources