Forum Discussion
Melo1983
May 02, 2020Copper Contributor
Teams Admin FAILED_TO_AUTO_DISCOVER_DOMAIN
Hi everyone few days ago i buy one license of Microsoft 365 Business Basic for use Teams
I get this error when i try to connect Teams Admin center FAILED_TO_AUTO_DISCOVER_DOMAIN
In my dns server i put this records:
- sipdir.online.lync.com. (cname)
- webdir.online.lync.com. (cname)
- sipfed.online.lync.com. (srv)
- sipdir.online.lync.com. (srv)
The Domain is in a good integrity check
Any ideas?
Thanks
- Im_CornyCopper Contributor
For anyone else having this issue...
After trying many of the recommended things here and elsewhere over the net, I was able to finally resolve the issue by logging into the Teams portal by using the default "domain.onmicrosoft.com" Global Admin account rather than my personal global admin account.
Try it out!
Hi, take a look at this - https://docs.microsoft.com/en-us/microsoftteams/troubleshoot/teams-administration/failed-to-auto-discover-domain-error-teams-admin-center
Hope this helps?
- Melo1983Copper Contributor
Yes i try, but i get this error in powershell command
import-module Skypeonlineconnector ok
$sfbsession = New-csonlinesession : adminuser@domain.com
Get-CsOnlinePowerShellEndpoint : Remote server error: (404) Non Found.
In C:\Program Files\Common Files\Skype for Business
Online\Modules\Skypeonlineconnector\SkypeOnlineConnectorStartup.psm1:149 car:26
+ ... targetUri = Get-CsOnlinePowerShellEndpoint -TargetDomain $adminDomain ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-CsOnlinePowerShellEndpoint], WebException
+ FullyQualifiedErrorId : System.Net.WebException,Microsoft.Rtc.Management.OnlineConnector.GetPowerShellEndpointCm
dlet