Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Dear Dave,
Many thanks for your kind response,
Based on the description you have provided, since Microsoft 365 group has mailbox, The fallback domain (xxx.onmicrosoft.com) cannot be removed. At least one alias is needed for routing within O365 ecosystem. You can refer to Add and replace your onmicrosoft.com fallback domain in Microsoft 365 - Microsoft 365 admin | Microsoft Learn.
Therefore, kindly try to add a custom domain as the primary address for the group with a different alias. For example, if you have the alias failing with alias@domain.onmicrosoft.com, try to use ******@domain.com instead and check if the issue persists. you can also check who has the alias using via PowerShell. To check this, you can run the command below:
Ignore steps 1-3 if you already installed the Exchange Online PowerShell module and just connect (step 4). Run Windows PowerShell as an administrator and input the following. Ref: Connect-ExchangeOnline (ExchangePowerShell) | Microsoft Learn
- Set-ExecutionPolicy RemoteSigned
- Install-Module -Name ExchangeOnlineManagement
- Import-Module ExchangeOnlineManagement
- Connect-ExchangeOnline #sign in with your admin account credentials.
- Get-Recipient <enter affected alias address> -resultSize Unlimited
I look forward to your update. Please feel free to let me know how it goes or if I got you wrong. If you still have any concerns, please let me know so I can provide more suggestions.
Thank you for your precious time. Have a nice day.Sincerely,Libeamlak | Microsoft Community Moderator