Forum Discussion
Teams Recording Grayed Out
- Jun 04, 2021
Jijesh1680
HI thereI had the greyed out problem myself.
I managed to fix it via PowerShell using the following.
Connect to ExchangeOnlineIf module not installed yet :
Get-module MicrosoftTeamsInstall-module MicrosoftTeams
Import-Module MicrosoftTeams
Connect-MicrosoftTeams
Get-CsTeamsCallingPolicy -Identity Global
If the info shows : AllowCloudRecordingForCalls : FalseThen run : Set-CsTeamsCallingPolicy -Identity Global -AllowCloudRecordingForCalls $true
Run "Get-CsTeamsCallingPolicy -Identity Global" again to check that it is now reporting :
AllowCloudRecordingForCalls : True
Have users restart their Teams Desktop app and it will work.
kuykendall97 Hi Karen,
This has been a common issue with Teams Meeting. My recommendations would be the following:
- Ask your Teams Administrator if "Allow Recording" is deactivated in the Meetings Policy for all users.
- Reach out to your M365 Teanant Administrator to create a support ticket to resolve this issue with a Microsoft Engineer.
In my case, I'm the tenant admin in my company, and weeks ago this feature was grey when I tried to record a meeting and it stayed like that for over the weekend, but back in Monday everything was working fine, so it must be a Microsoft issue.