AllowCloudRecordingForCalls set to false, but users can still record calls

O365User58784 21 Reputation points
2021-04-27T14:03:09.453+00:00

Recording for calls is disabled within Teams, but users are still able to record then. I set the policy using the powershell command below, per the recent change announced via MC238796. Is there anything else I need to do disable calls in Teams from being recording. 91708-teamsps.png

Set-CsTeamsCallingPolicy -Identity Global -AllowCloudRecordingForCalls $false

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,311 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. JimmyYang-MSFT 53,851 Reputation points Microsoft Vendor
    2021-04-28T06:17:26.903+00:00

    @O365User58784 ,

    In addition to the above command, you also need to execute the following command:

    Set-CsTeamsMeetingPolicy -Identity <policyname>-AllowCloudRecording $false

    For more details about this command, you can refer to:

    https://learn.microsoft.com/en-us/powershell/module/skype/set-csteamsmeetingpolicy?view=skype-ps


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. O365User58784 21 Reputation points
    2021-04-30T21:39:26.157+00:00

    I just saw an updated to MC238796 in my tenant message center, and it looks like this change was pushed out to May 31, 2021. I'll check back to see if it's working after that.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.