Businessman in a beige suit shouting into a vintage telephone, expressing frustration at work.

Fixing Office 365 Domain Alias Issues After Linking GoDaddy Domain

Businessman in a beige suit shouting into a vintage telephone, expressing frustration at work.
Photo by Moose Photos on Pexels. Source.

Integrating GoDaddy domains with Microsoft 365 can present issues affecting email aliases. This guide outlines practical steps to resolve these problems effectively.

Prerequisites

Before beginning, ensure you have administrative access to both your Microsoft 365 Admin Center and your GoDaddy account. Familiarize yourself with basic domain and DNS management tasks.

Setup: Linking Domain to Microsoft 365

To link your GoDaddy domain to Microsoft 365, log into your Microsoft 365 Admin Center. Navigate to Settings > Domains, and select Add Domain. Follow the prompts and allow Microsoft to verify your ownership via GoDaddy’s DNS.

Changing Primary Alias on Microsoft 365

To change your primary alias, open the Microsoft 365 Admin Center and navigate to Users > Active users. Select the user and in the Email aliases section, click Edit, then add or change the primary alias.

Get-MsolUser -UserPrincipalName [email protected] 
Set-MsolUserPrincipalName -UserPrincipalName [email protected] -NewUserPrincipalName [email protected]

Troubleshooting Access Issues

If access issues arise, use nslookup to verify DNS propagation and MX records integrity:

nslookup -type=mx domain.com

Verifying Domain and Alias Settings

Double-check settings by testing connectivity:

Test-Connection domain.com

Common Errors and Resolutions

  • Alias does not update: Ensure DNS propagation is complete.
  • Verification failed: Check for typos in DNS entries.
  • Email deliverability issues: Validate MX records via DNS settings.

Additional Resources

Consult the Microsoft and GoDaddy support pages for specific guides and troubleshooting steps applicable to domain and DNS management.

Sources

Reddit – Linked an M365 Tenant to a GoDaddy Domain

Transparency note: This article utilized AI assistance for drafting and relied on automated source verification.