Jul 3, 2008 #1 oyazo MIS Joined Apr 14, 2008 Messages 47 Location PT Hello friends, I use exchange 2007 in my organization. I have a couple of Disribution groups that contain some users. Can somebody give me script to pull out distribution group members in txt. excel format. Thank you. Oyazo
Hello friends, I use exchange 2007 in my organization. I have a couple of Disribution groups that contain some users. Can somebody give me script to pull out distribution group members in txt. excel format. Thank you. Oyazo
Jul 3, 2008 1 #2 58sniper MIS Joined Apr 25, 2004 Messages 9,152 Location US Code: Get-DistributionGroupMember -identity "testdl"| Export-Csv C:\MyFile.Csv Pat Richard MVP Upvote 0 Downvote
Jul 3, 2008 Thread starter #3 oyazo MIS Joined Apr 14, 2008 Messages 47 Location PT Thank you very Much. It worked Upvote 0 Downvote