Wednesday, July 15, 2015

Add bulk members to distribution group

Adding the bulk members to distribution group

Get-content  path of file\selectedfile.csv| Add-DistributionGroupMember -Identity "distribution groupname"

Use any of the Text or Csv file

In text or Csv file must contain any one emails or displayname of  users(heading is not required)

No comments:

Post a Comment