Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
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.
- 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