Forum Discussion
Ivo Essenberg
Aug 08, 2016Brass Contributor
Renaming of O365 groups
Hi all, I tried to search to see if anyone had already asked, but did not find any answers. Today, I renamed one of my O365 Groups, but found the experience to be underwhelming: - No option ...
SanthoshB1
Aug 08, 2016Bronze Contributor
You need to use PowerShell to change group email address.
Set-UnifiedGroup –Identity <GroupName> –PrimarySmtpAddress <newemail@onmicrosoft.com>
Mario Christo
Feb 19, 2018Copper Contributor
Hi, is there anyway to do this in mac ? as far as i know powershell only available in windows,
Thankyou
- Kristofer NurmiaMar 19, 2018Copper Contributor
Hi Mario,
You can install PowerShell on Mac https://github.com/PowerShell/PowerShell, but at least on Dec 2017 there were still many issues with connecting to O365 from a Mac. More on this https://hochwald.net/connect-office-365-powershell-core-non-windows/.
If you're managing Exchange Online, that https://www.cgoosen.com/2017/03/connecting-to-exchange-online-with-remote-powershell-from-a-mac/ from a Mac.
Kris