Link is taking me to GoDaddy

Courtney Taylor 6 Reputation points
2022-07-04T18:09:21.153+00:00

I am trying to add a new user to my business account in Office, preferably with admin rights, but every time I click this link from the help page ( Microsoft 365 admin center.) it takes me to GoDaddy and tries to charge me to add another user. If I cannot get to the microsoft admin center at all. Every link takes me to GoDaddy. Please help

Windows 365 Business
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Leslie Lei 76 Reputation points
    2022-11-18T05:20:36.437+00:00

    Ran into same problem today. Calling GoDaddy support and those people have no idea what you are talking about and zero help. So don't even waste your time with their support, or you will be upset (promised). After couple hours of research, I finically figured out a way to disable the Office365 Admin Center auto redirect back to GoDaddy. You need to open a powershell, and issue the following command.

    install-module MSOnline
    Connect-Msolservice
    Sign-in to an email account that is assigned with "Admin" role in GoDaddy Email & Office section. The account with admin role should have a "Admin" tag.

    Once you connected to the msol, use the following command to check your current domain name setup.
    Get-MsolDomain

    You should at least see two domains listed. One starts with NETORGxxxxxx.onmicrosoft.com. Another one should be your email domain. Notice the "Authentication" column for your domain name is "Federated". That is the root problem causing the admin center redirection.

    To fix it, issue the following command.

    Set-MsolDomainAuthentication -DomainName "<your org domain name>" -Authentication Managed

    Double check again with "Get-MsolDomain" to confirm your domain name has changed to "Managed".

    Wait couple of minutes, you should regain full control of the Admin Center again.

    261742-image.png

    Need more help? email me at support@slsnetworks.net

    15 people found this answer helpful.

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.

    1 deleted comment

    Comments have been turned off. Learn more