It sounds like you're experiencing some DNS issues with your Skype for Business setup. The error KB2566790 indicates that there may be problems with the DNS records required for Skype for Business. Although you mentioned that the CNAME and SRV records are present and appear to be correct, they aren’t responding properly. Here’s what you can try to resolve this issue:
- Double-check DNS records: Ensure the DNS records are absolutely correct and have propagated fully across all DNS servers. Here are the key DNS records you should have:
- CNAME Records: - lyncdiscover.yourdomain.com pointing to webdir.online.lync.com - sip.yourdomain.com pointing to sipdir.online.lync.com
- SRV Records: - _sip._tls.yourdomain.com pointing to sipdir.online.lync.com with port 443 - _sipfederationtls._tcp.yourdomain.com pointing to sipfed.online.lync.com with port 5061
- DNS Propagation: DNS changes can sometimes take up to 48 hours to propagate fully. Ensure you have waited enough time for the changes to take effect.
- Clear DNS Cache: On the client machine where you are trying to log in, clear the DNS cache. You can do this by running the following command in Command Prompt:
ipconfig /flushdns
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.