Information
This setting controls the ability for a user to initiate a recording of a meeting in progress.
The recommended state is Off for the Global (Org-wide default) meeting policy.
Disabling meeting recordings in the Global meeting policy ensures that only authorized users, such as organizers, co-organizers, and leads, can initiate a recording. This measure helps safeguard sensitive information by preventing unauthorized individuals from capturing and potentially sharing meeting content. Restricting recording capabilities to specific roles allows organizations to exercise greater control over what is recorded, aligning it with the meeting's confidentiality requirements.
Note: Creating a separate policy for users or groups who are allowed to record is expected and in compliance. This control is only for the default meeting policy.
Solution
To remediate using the UI:
- Navigate to Microsoft Teams admin center
https://admin.teams.microsoft.com
.
- Click to expand Meetings select Meeting policies
- Click Global (Org-wide default)
- Under Recording & transcription set Meeting recording to Off
To remediate using PowerShell:
- Connect to Teams PowerShell using Connect-MicrosoftTeams
- Run the following command to set the recommended state:
Set-CsTeamsMeetingPolicy -Identity Global -AllowCloudRecording $false
Impact:
If there are no additional policies allowing anyone to record, then recording will effectively be disabled.