Forum Discussion
Peter_Sheppard
Oct 12, 2023Copper Contributor
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 th...
VasilMichev
Oct 12, 2023MVP
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.