Get the list of authorized senders to a distribution list in Exc 2007
I would like to know how we can get the list of members who are authorized to send to a specific DL in Exc 2007. Basically, we have set the option to allow only a list of user ids to be able to send mail to a specific DL. I am looking at a way to get the list of members in a txt format or csv format. Not sure how to use the get-distributiongroup -identity "nameofdl" to get the details of the allowed members. Any help on this is greatly appreciated!
May 18th, 2010 9:38am

I found the answer myself. Get-distributiongroup -identity "DLName" | select-object * This will give all teh attributes and the values set. Cheers! Regards Sudharson AN
Free Windows Admin Tool Kit Click here and download it now
May 18th, 2010 12:30pm

You can run Get-distributiongroup -identity "DLName" | fl to get the same results. Or use Get-distributiongroup -identity "DLName" | fl AcceptMessagesOnlyFrom >c:\members.txt to output to txt file.Frank Wang
May 19th, 2010 8:25am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics