Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
[-Description <String>]
[-DesignatedPresenterRoleMode <String>]
[-DetectSensitiveContentDuringScreenSharing <Boolean>]
[-DisableAudioAnnouncementsForResourceAccounts <Boolean>]
[-EnrollUserOverride <String>]
[-ExplicitRecordingConsent <String>]
[-ExternalMeetingJoin <String>]
Expand Down Expand Up @@ -1185,6 +1186,27 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -DisableAudioAnnouncementsForResourceAccounts

Determines whether Teams plays recording announcements in CCaaS/OPS calls. This setting controls all CVA-driven (Conference Voice Announcement) recording announcements across ACS recordings, Teams compliance recording, and Teams convenience recording.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the "Teams compliance recording" since this will be now still managed by the existing compliance recording policy

Copy link
Copy Markdown

@henikaraa henikaraa May 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace "ACS recordings" with "Azure Communication Services Call Recording"


Possible values:

- False: Teams plays all system recording announcements. This is the default value.
- True: Teams suppresses all announcements and the CCaaS/ISV solution is responsible for compliance notifications.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the CELA note below on both New and Set pages please:
Microsoft Teams provides participant notifications when recording or transcription is active. If you choose to disable these notifications, you are responsible for ensuring that your contact center solution informs participants in real time in accordance with applicable laws. For full details, see the Microsoft Teams Terms of Service.

```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```

### -EnrollUserOverride
Possible values are:

Expand Down
22 changes: 22 additions & 0 deletions teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
[-Description <String>]
[-DesignatedPresenterRoleMode <String>]
[-DetectSensitiveContentDuringScreenSharing <Boolean>]
[-DisableAudioAnnouncementsForResourceAccounts <Boolean>]
[-EnrollUserOverride <String>]
[-ExplicitRecordingConsent <String>]
[-ExternalMeetingJoin <String>]
Expand Down Expand Up @@ -1232,6 +1233,27 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -DisableAudioAnnouncementsForResourceAccounts

Determines whether Teams plays recording announcements in CCaaS/OPS calls. This setting controls all CVA-driven (Conference Voice Announcement) recording announcements across ACS recordings, Teams compliance recording, and Teams convenience recording.
Copy link
Copy Markdown

@henikaraa henikaraa May 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as for the New command:


Possible values:

- False: Teams plays all system recording announcements. This is the default value.
- True: Teams suppresses all announcements and the CCaaS/ISV solution is responsible for compliance notifications.

```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```

### -EnrollUserOverride
Turn on/off Biometric enrollment
Possible values are:
Expand Down