Forum Discussion

Peter_Sheppard's avatar
Peter_Sheppard
Copper Contributor
Oct 12, 2023

Viewing Distribution List in Exchange Admin Centre

Hi All, relatively new Admin user trying to manage a large distribution list for "All Staff".

With over 300 members, I can't find a way to print (or even view fully) who is in there.

If I scroll through the screen view, it refreshes every few seconds and take me back to

the top of my member list.  If I tick the checkbox to select members, it only picks up 100.

Is there somewhere else I can preview the membership of a DL from, or even export the

member names to a sheet etc? 

 

TYIA 

 

1 Reply

  • Best use PowerShell for that. Get-DistributionGroupMember will give you the set of members, and if you need to export the list, you can just pipe the output to Export-CSV.

Resources