Bulk Import users into 365 Groups

Modified on Tue, 28 Apr, 2020 at 1:21 PM


1. open the exchange management shell

2. create a CSV with an 'alias' field and all email address listed underneath that you want to add into the distribution group.

3.run the following commands:




connect-exopssession

import-csv "pathtoCSV" | foreach {add-distributiongroupmember -identity "Distributiongroup" -member $_.alias}


Done! 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article