Share via

How to Add bulk Users in Distribution Group in O365

Anonymous
2022-12-24T08:23:39+00:00

How to Add bulk Users in Distribution Group in O365 ?

Microsoft 365 and Office | Subscription, account, billing | For business | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2022-12-24T09:03:49+00:00

    Dear GlennGarikai,

    Thanks fr choosing Microsoft Community.

    Based on your desription, I know your requirement. For this, you can do this via PowerShell. Here are the detailed steps, please be kindly to have a try:

    1.Prepare a CSV file to contain each user’s information, including Display name, Alias, E-mail address, and then store it in local disk (for example, D:\list.csv ).

    For example:
    Display name, Alias, E-mail address
    Member1, member1, ******@contoso.com
    Member2, member2, ******@contoso.com

    2.Connect to Exchange Online PowerShell.

    1. Import the CSV file to Exchange Online via PowerShell.
      Run the cmdlet:
      Import-Csv “D:\list.csv” | foreach{Add-DistributionGroupMember -Identity “GroupName” -Member $_.alias}

    Please replace “GroupName” with your actual distribution group email address.

    Noted: If you are not admin, please be kindly to contact your admin to run this for you.

    Hope the suggestions above can help you. If there is any update, please feel free to let me know. I will continue to help you baased on the information you provide. Your understanding and co-peration are highly appreciated.

    Thanks for your precious time. Have a nice day.

    Sincerely,

    Katherine

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments