Blog

Editing a Microsoft Teams Guest Name

One of the questions I’ve been frequently ask over the last few months is how to edit the name of a guest who is being invited into a Microsoft Teams Team as a member and as easy as it is if you know how to

Read More...

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...