Forum Discussion

Deleted's avatar
Deleted
Mar 02, 2017

Is there a way to change O365 group email address using powershell

My organization wants to change email address of O365 group.  I am not able to find any power shell to change email address of already created O365 group.   I tried below command but it is not workin...
  • Yahkoob Ayappally's avatar
    Oct 12, 2017
    If you want to update the Email Address of the Office 365 group, please follow below steps.

    O365 Group Name :- Test O365Group
    Current Email addres :- test.o365@abcd.onmicrosoft.com
    Update to :- test.o365@abcd.com

    Follow below script in powershell.

    Set-UnifiedGroup -Identity "Test O365Group" -EmailAddresses: @{add="SMTP:test.o365@abcd.com"}

Resources