Forum Discussion
Krishna vandanapu
May 25, 2020Copper Contributor
Microsoft Teams Web Client is disabled
Hi Team, I am not able to sign-in to Teams web client in personal developer E5 tenant and I am getting the below error message. I have been using desktop client all these days and today I was try...
- 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 🙂
bfsantoro
Feb 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_Masoud97
Mar 27, 2023Iron Contributor
Make sure that you are the Admin of the Tenant, and run PowerShell also as an Admin