Microsoft Teams Powershell 2.0 / 2.1 Certificate Based Auth "GetSteppablePipeline" Error

Steel Contributor

i All,

With the MicrosoftTeams Powershell Module 2.0 and 2.1 the Skype for Business Commands where included in the TeamsPowershell.

 

Interactive Logon with the Teams Module --> everything works fine.

 

Logon with Certificate Based Authentication with a Azure AD Application

$TenantId = "icewolfch.onmicrosoft.com"
$AppID = "75bcd2e5-c0d5-4ce7-9c35-c825abbab7fb"
$CertificateThumbprint = "3B42F63204F0F54F6E4CB9CF96E365513C913C2B"
Connect-MicrosoftTeams -ApplicationId $AppID -CertificateThumbprint $CertificateThumbprint -TenantId $TenantId

 

Teams Commands work. Skype for Business Commands --> "GetSteppablePipeline" Error.

Anyone knows how to fix that?

 

Regards
Andres

0 Replies