Forum Discussion
dafo43
Jan 19, 2024Copper Contributor
Get-CsOnlineUser access denied via Azure application
Hi, I'm trying run the Get-CsOnlineUser command via an Azure App that connects using the MicrosoftTeams module: Connect-MicrosoftTeams -CertificateThumbprint $thumbprint -ApplicationId $clientI...
- Jan 22, 2024Hello,
does the service principal of the application have the role of Teams Administrator? That is needed as well, we are able to do it this way.
fbrem_uzh
Jan 22, 2024Copper Contributor
Hello,
does the service principal of the application have the role of Teams Administrator? That is needed as well, we are able to do it this way.
does the service principal of the application have the role of Teams Administrator? That is needed as well, we are able to do it this way.
dafo43
Jan 24, 2024Copper Contributor
That is protected by PIM, so I can't use that. I'm hoping that I can add the Skype for Business admin role instead.