Can't change value of ChannelRecordingDownload in the Global policy

Brass Contributor

We can't change value of ChannelRecordingDownload in the Global policy because the variable isn't there. Any of you experiencing the same issue? We run Teams PowerShell module version 2.5.0

 

AllowAnonymousUsersToDialOut      False
AllowAnonymousUsersToStartMeeting      False
AllowChannelMeetingScheduling      True
AllowCloudRecording      True
AllowEngagementReport      Enabled
AllowExternalParticipantGiveRequestControl      False
AllowIPAudio      True
AllowIPVideo      True

4 Replies
Yes, even updated to latest as the ChannelRecordingDownload setting is only available in the Teams PowerShell module version 2.4.1-preview or higher. But not visible anywhere. Need to check on this. Will return if I find any answers.
Hello again, I can actually use it "block" or "allow" but it's not visible. I suppose there's work in progress with the latest modules.

ex. Set-CsTeamsMeetingPolicy -Identity Global -ChannelRecordingDownload Block

It's solved. Via cmdline ps7 we we're able to change the setting.

 

MicrosoftTeams-image.png

I could change it, as mentioned above. Even return the values when toggling between Allow and Block.