The Group Alias Already Exists
Resolve naming conflicts during Teams or Groups migration.
Error Message
Groups/Teams Migration Error
The group alias already exists
This error prevents group creation during preprocessing or migration.
Primary Causes
Email Address Already in Use
The target email address for the group is already assigned to another object in the tenant - it could be a user, distribution list, shared mailbox, or another group.
SharePoint Site Conflict
A modern SharePoint site with the same name already exists, or remains in the Trash bin (deleted sites are retained for a period before permanent deletion).
Incorrect Domain Configuration
The connector specifies a domain that is not the default domain for the tenant, causing unexpected naming conflicts.
Solutions
Step 1: Identify the Conflict
Microsoft provides a PowerShell script to locate existing email addresses across all tenant domains and subdomains. This helps identify where the naming conflict originates.
Get-Recipient -Filter "EmailAddresses -like '*groupname*'" | FL Name,RecipientType,EmailAddresses
Step 2: Check SharePoint Trash
If the alias isn't found in mail recipients, check SharePoint for deleted sites with the same name.
- 1. Go to SharePoint Admin Center
- 2. Navigate to Deleted Sites
- 3. Search for the group name
- 4. Permanently delete or restore the site
Step 3: Use an Alternative Name
If you cannot resolve the conflict, modify the target group name in Cloudiway:
- 1. Navigate to the group in your migration list
- 2. Click Edit Group tab
- 3. Modify the target name to an unused identifier
- 4. Retry preprocessing/migration
Pre-Create the Group
Screenshots