Blog

PowerShell script for clearing the msRTCSIP-DeploymentLocator attribute when it is populated with “SRV:”

As mentioned in my previous posts: Enabling user for Teams Enterprise Voice fails with: “Management object not found for identity” https://blog.terenceluk.com/2020/10/enabling-user-for-teams-enterprise.html … a user who has previously been enabled for an on-premise Skype for Business Server may still have the msRTCSIP-DeploymentLocator attribute populated with the

Read More...

Attempting to execute New-CsOnlineSession returns: “The remote server returned an error: (502) Bad Gateway.”

Problem Attempting to use New-CsOnlineSession to create a persistent connection to Microsoft Skype for Business Online for Microsoft Teams management fails with the following error: PS C:WINDOWSsystem32> $Session = New-CsOnlineSession -UserName tluk@contoso.com Get-CsOnlinePowerShellEndpoint : The remote server returned an error: (502) Bad Gateway. At C:Program

Read More...