Issue when I try to create a group with name 'webmaster'

Joan Miquel Fernández Alvarez 1 Reputation point
2021-06-18T09:52:19.677+00:00

Hi everyone,

When I try to create a new group named 'webmaster@keyman .com' from Administration Center MS 365, this message appears at the end of the process:

> We couldn't create the group.

An Azure Active Directory call was made to keep object in sync between Azure Active Directory and Exchange Online. However, it failed. Detailed error message: The value specified for property Alias is incorrect. Reason: ContainsBlockedWord RequestId : eb5c042b-a2fe-4a58-98ef-81f43d0642c3 The issue may be transient and please retry a couple of minutes later. If issue persists, please see exception members for more information.

When I check our naming policy out in AZ, there's no any blocked word with this name. What's happening?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,002 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,517 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Eric Yin-MSFT 4,386 Reputation points
    2021-06-21T07:02:51.033+00:00

    Hi,
    Have you tried O365 support?
    You can create a group with another name and add webmaster@keyman .com as a senond address.

    Set-UnifiedGroup -Identity dgname -EmailAddresses @{add="webmaster@domain.com"}   
    

    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.