In some situations we had to Export all the Address list and all the members of it to a CSV file
I have wrote a script which will make Exchange Administrators life Easy
.Requires -version 2 – Runs in Exchange Management Shell
.\AddresslistMemberReport.ps1 – It Can Display all the Distribution Group and its members on a List
Or It can Export to a CSV file
Browse the Shell to the Appropriate Location
Run it as above
Output of CSV file look like Below
You can add some more entries if required
Good to know :
How to List members of Specific Address list
$AL = Get-addresslist “Addresslist name”
Get-Recipient -RecipientPreviewFilter $al.RecipientFilter -ResultSize unlimited
Can you tell us how to import it back ?
Regards
I will try to work on it soon .
Hi Satheshwaran,
Please send me any link which could describe step by step incoming and outgoing Mail flow in Exchange server 2007.
Appreciate your help.
Thanks,
Ravi Bhatnagar