Blog

Replacing Set-CsUser with Set-CsPhoneNumberAssignment for configuring Microsoft Teams users’ voice settings

Teams administrations who have been using Set-CsUser (https://docs.microsoft.com/en-us/powershell/module/skype/set-csuser?view=skype-ps) to configure Microsoft Teams users’ voice settings will notice that it has stopped working as Microsoft has indicated early in 2022 that will be deprecated. The replacement for this cmdlet is the Set-CsPhoneNumberAssignment (https://docs.microsoft.com/en-us/powershell/module/teams/set-csphonenumberassignment?view=teams-ps), which has a

Read More...

Skype for Business Online (SkypeOnlineConnector) PowerShell connections are blocked and Set-CsUser no longer works

Problem You’ve noticed that the following cmdlets fail with the error message indicating Skype for Business Online (SkypeOnlineConnector) PowerShell connections are blocked: Import-Module SkypeOnlineConnector $sfbSession = New-CsOnlineSession New-PSSession : [admin0b.online.lync.com] Processing data from remote server admin0b.online.lync.com failed with the following error message: Skype for Business

Read More...

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