Adding multiple users to Dist. Groups via EMS
Hi,
I am looking for the correct syntax for "piping in" a list of members when using Add-DistributionGroupMember? I can't find it anywhere, examples only show addingsingle users.
Thanks!
Tom
March 8th, 2007 5:30am
Try this Exchange PowerShell
Get-Mailbox | Add-DistributionGroupMember -Idnetity GroupName
Free Windows Admin Tool Kit Click here and download it now
March 14th, 2007 5:51am
Thanks for the reply.
I found the following to work well.
cat group.csv | Add-DistributionGroupMember Engineering
April 4th, 2007 3:14am
Thanks, this works perfectly.
Free Windows Admin Tool Kit Click here and download it now
November 14th, 2008 6:45pm