Forum Discussion

Anwesh Gangula's avatar
Anwesh Gangula
Iron Contributor
Sep 10, 2019
Solved

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...
  • Kreera_House's avatar
    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"

Resources