Forum Discussion
Anwesh Gangula
Sep 10, 2019Iron Contributor
Create alternate email for an Office 365 Group
Hi, I have a group which we have created long back. Recently we have made few changes in the organization and decided to rename the group accordingly. But renaming the group doesn't change the em...
- Sep 10, 2019
Anwesh Gangula - You can add a new email address and make it the primary address with this cmdlet:
Set-UnifiedGroup -Identity "O365GroupName" -PrimarySmtpAddress "NewEmailAddress@YourTenant.com"
Kreera_House
Sep 10, 2019Iron Contributor
Anwesh Gangula - You can add a new email address and make it the primary address with this cmdlet:
Set-UnifiedGroup -Identity "O365GroupName" -PrimarySmtpAddress "NewEmailAddress@YourTenant.com"- Anwesh GangulaSep 11, 2019Iron ContributorThank you for the reply Keera. But i'm not an IT professional/SharePoint Admin.
It looks like this should solve the issue. I'll reach out to my Admin about this.- hfaraBLMoutlookAug 21, 2020Copper Contributor
Anwesh GangulaMight consider creating a distribution list in outlook instead of an MS group.