Convert Distribution List To CSV
Description:
If you don’t have access to Powershell or on-premise Exchange/O365, it can be really tedious to convert a distribution list to a CSV. Here is how to do it client side.
To Resolve:
-
Open Outlook and start a new email.
-
In the “To” field, type in the distribution group you want to expand.
-
Click the plus + sign to expand the members.
-
Select all members of the distribution list and copy them.
-
You can close the email as you do not need it anymore.
-
Navigate to Home => New items => More items => Contact group.
-
In the Contact group, go to Add members => From Address book.
-
Paste the names and email addresses into the Members field.
-
Go to File => Save as and save your contact group as a TXT file.
-
Open the txt file you just created and remove the first lines from it and replace all tabs with commas in the txt.
-
Save the TXT file as CSV file. You need to select All files and add manually .csv at the end of its title.
Comments