Issue:
User is unable to connect to Team and Skype for Business using PowerShell, it keeps returning "Redirecting".
Analysis:
A
Please provide the output for nslookup for lyncdiscover and for the below PS commands:
Import-Module SkypeOnlineConnector
$userCredential = Get-Credential
$cssession = New-CsOnlineSession –Credential $cred –OverrideAdminDomain "ssas.org"
Import-PSSession -Session $cssession
The workaround for this issue is to use the global admin account on .onmicrosoft.com domain instead of ssas.org.
B
- Who manages your DNS, is it Microsoft or any third party provider, please let us know the name of the DNS provider?
- Just for isolation purpose, on one computer please change the DNS to global dns (8.8.8.8) and then restart the machine and then try to connect to Skype for Business powershell and let us know the behavior.
- In order to change DN to global one please follow below steps:
- Click the Start Orb, then select Control Panel.
- Click on Network and Sharing Center.
- Click on your primary connection or Local Area Connection under Active Networks.
- Click the Properties button.
- Windows may prompt you for permission to make network setting changes.
- Highlight 'Internet Protocol Version 4' and click Properties.
- Click the radio button 'Use the following DNS server addresses:' and type 8.8.8.8 and 8.8.8.8 in the Preferred DNS server and Alternate DNS server fields.
- Click OK button, then the Close button, then Close again. Finally, close the Network and Sharing Center window.
Solution:
Issue Definition: Unable to connect to Skype for Business using PowerShell via user with domain "ssas.org".
Resolution: We isolated the issue as DNS issue and when we added CNAME & SRV records, issue get resolved.
Comments
0 comments
Please sign in to leave a comment.