The Teams Powershell module includes now also the Skype Online Powershell module. You can now load the Teams Powershell module and use also the Skype Online Powershell with the following commands
You can check your installed Teams Module Version with
get-InstalledModule -name MicrosoftTeams
The new Version should be 1.1.6
Install-Module -Name MicrosoftTeams -Force (use Force if you have a prior Teams Module installed)
$User = ‘UserName’
Connect-MicrosoftTeams -AccountId $User
$skypesession = New-CsOnlineSession
Import-PSSession $skypesession -AllowClobber
I didn’t use -Credentials, because all my tenants use MFA for login