As Skype for Business Online (SfBO) adoption on Office 365 continues to grow, more organizations are turning to PowerShell to manage the SfBO tenant and users.
The Skype for Business PowerShell Module used to the connect to the tenant is interesting. Knowing a little but about how this module works behind the scene’s can go a long way to understanding any issues that come up.
There are 3 things you need to do to connect to your Skype for Business Online tenant with PowerShell using the SfBO PowerShell Module:
Action PowerShell to Accomplish It Notes Import the SkypeOnlineConnector Import-Module -Name SkypeOnlineConnector Establish a New Remote SfBO PowerShell Session $SFBOSession . . . → Read More: Behind the Scenes look at the Skype for Business Online PowerShell Module