Forum Discussion
Microsoft Teams Web Client is disabled
- Feb 03, 2021
Krishna vandanapu
Hi, try this and tell me if issue resolved 🙂open powershell as admin
Install-module msonline
Connect-MsolService
Set-MsolServicePrincipal -AppPrincipalId 5e3ce6c0-2b1f-4285-8d4b-75ee78787346 -AccountEnabled $true
hope it helps 🙂
Krishna vandanapu
Hi, try this and tell me if issue resolved 🙂
open powershell as admin
Install-module msonline
Connect-MsolService
Set-MsolServicePrincipal -AppPrincipalId 5e3ce6c0-2b1f-4285-8d4b-75ee78787346 -AccountEnabled $true
hope it helps 🙂
- bfsantoroFeb 07, 2022Copper Contributor
Ahmed_Masoud After trying the last step of your suggestion, I got the following error:
Set-MsolServicePrincipal : Access Denied. You do not have permissions to call this cmdlet.
Any idea on what to do next?
- Ahmed_Masoud97Mar 27, 2023Iron ContributorMake sure that you are the Admin of the Tenant, and run PowerShell also as an Admin
- LeodcJul 23, 2021Copper Contributor
Thank you so much.
To release the meetings after this procedure, I needed to create a blank team. - RickInGRMay 18, 2021Copper Contributor
Ahmed_Masoud Your solution was spot on. Excellent info, thank you. You saved my a bunch of time tracking the solution down,
- Ahmed_MasoudFeb 03, 2021Brass ContributorMchaves also check