login to office365 power shell, create a csv file and give below command
Import-Csv mudra_user.csv| foreach {add-distributiongroupmember -identity all_multiplierggn -member $_.alias}
Mudra_user.csv| - file name/path
all_multiplierggn :- group name
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article