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.

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
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.

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