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.
Any resolve? Having the same issue, suddenly, no license issue, not a super user.
thnks,
Karen
ykendall97 It is a setting in the Team Meeting settings if the owner of the Team Meeting has Who can Present set to "Only Me" then you can't record the meeting. It is not very intuitive by Microsoft.
- Jijesh1680Mar 22, 2021Copper Contributor
Hi Team,
I recently moved the storage path from Stream to One Drive after that one to one meeting, recordings option gred out and not changed the messaging policies.
- Ryu_YoseiJun 04, 2021Copper Contributor
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.- JudyGarnerJun 04, 2021Copper ContributorGreat share