I am Dale Hayter, a Microsoft and VMware certified Technical Consultant.

My blog has been built up over the years from my experience of working on an IT helpdesk and also from being out on-site.

Export Exchange Distribution Group Member Details using Powershell

Use the command below to export an exchange distribution group to a CSV file. Exports loads of info like which mailbox they sit in and which OU etc. Along with their email address.

Get-DistributionGroupMember -identity "testdl" | Export-Csv -not C:\MyFile.Csv