Friday, July 18, 2025

GoDaddy Defederation

After putting the YouTube video together for this topic I decided to add those commands that you would need in the video into an article here. First let me back up a bit and explain why you would need this in the first place.

When you sign up for a domain with GoDaddy, you get the option to include an add-on like ‘Email Essentials’. This creates a Microsoft 365 tenant in the background, but binds the GoDaddy front end to all the access and management. So yes you have those email services but the tenant is quite limited in what you can really do. And, the authentication methods run through GoDaddy making it harder to use fully as a proper M365 implementation. Remember though, that this service was not meant to offer M365 functionality, it was the reselling of a service providing email in a secure way to their clients.

I am not knocking GoDaddy for what they are doing, just calling out that you don’t have to migrate your data away from GoDaddy to obtain a full tenant because you already have one. You just need to defederate it from GoDaddy and remove their Admin Access.

That is the reason that I put the video together. To show you what you need to do to get it done. All this can be done over a weekend too, to help remove any potential disruption to the users as they will need to obtain new passwords from you. However, things like mail flow are not interrupted so there is no possibility of losing any inbound email during the cutover process.

So have a look at the video and let me know what you think?

Here are those magical PowerShell commands that I call out in the video that you need.

Connect-MgGraph -Scopes "Directory.Read.All","Domain.Read.All","Domain.ReadWrite.All","Directory.AccessAsUser.All" 
Get-MgDomain
Update-MgDomain -DomainId "InsertFederatedDomain" -Authentication Managed

Thanks for reading, please subscribe to the channel.

Mark – The Cloud Geezer – mark@thecloudgeezer.com

Mark Rochester
Mark Rochesterhttps://thecloudgeezer.com
Mark currently works in the cloud space assisting large companies to migrate from either on premises to the cloud, or cloud to cloud. His experience with Enterprise migrations spans more than 25 years which basically makes him old. However, with all the oldness creeping up he still finds technology massively exciting. Please reach out for a chat anytime you would like. :-)

Related Articles

Microsoft 365 Discovery Report

Overview The Microsoft 365 Discovery Report is a collection of outputs from the various workloads inside a Microsoft 365 tenant, all consolidated into a single...

Google GSuite Discovery Tool

When it comes time to perform a migration from Google GSuite to Microsoft 365 the first thing we always ask is - "How much...

Migrate Microsoft 365 Mailboxes to Google Workspace

This is not a very common subject to talk about as most of the migrations that get performed are people moving into the Microsoft...

Stay Connected

88FansLike
36,999FollowersFollow
70,704SubscribersSubscribe
- Advertisement -

Latest Articles