Skip to content

Publish main to live, Tuesday 10:30 AM PST, 11/12 #12362

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Nov 12, 2024
Merged
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
52 changes: 51 additions & 1 deletion teams/teams-ps/teams/New-CsTeamsCallingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ New-CsTeamsCallingPolicy [-Identity] <string> [-Description <string>] [-AllowPri
[-AllowTranscriptionForCalling <boolean>] [-PopoutForIncomingPstnCalls <string>] [-PopoutAppPathForIncomingPstnCalls <string>]
[-LiveCaptionsEnabledTypeForCalling <string>] [-AutoAnswerEnabledType <string>] [-SpamFilteringEnabledType <string>]
[-CallRecordingExpirationDays <long>] [-AllowCallRedirect <string>] [-Copilot <string>] [-EnableWebPstnMediaBypass <Boolean>]
[-InboundPstnCallRoutingTreatment <string>] [-InboundFederatedCallRoutingTreatment <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
[-InboundPstnCallRoutingTreatment <string>] [-InboundFederatedCallRoutingTreatment <string>] [-AIInterpreter <string>]
[-VoiceSimulationInInterpretation <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand All @@ -45,6 +46,29 @@ values in the Global policy instance.

## PARAMETERS

### -AIInterpreter
>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.

Enables the user to use the AI Interpreter related features

Possible Values:
- Disabled
- Enabled

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Applicable: Microsoft Teams

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

### -AllowCallForwardingToPhone
Enables the user to configure in the Microsoft Teams client call forwarding or simultaneous ringing of inbound calls to any phone number.

Expand Down Expand Up @@ -521,6 +545,32 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -VoiceSimulationInInterpretation

>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.

Enables the user to use the voice simulation feature while being AI interpreted.

Possible Values:
- DisabledUserOverride
- Disabled
- Enabled
- EnabledUserOverride

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Applicable: Microsoft Teams

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

### -Force
Suppresses any confirmation prompts that would otherwise be displayed before making changes.

Expand Down
52 changes: 52 additions & 0 deletions teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
[-LiveCaptionsEnabledType <String>]
[-LiveInterpretationEnabledType <String>]
[-LiveStreamingMode <String>]
[-LobbyChats <string>]
[-MediaBitRateKb <UInt32>]
[-MeetingChatEnabledType <String>]
[-MeetingInviteLanguages <String>]
[-NewMeetingRecordingExpirationDays <Int32>]
[-NoiseSuppressionForDialInParticipants <String>]
[-ParticipantNameChange <String>]
[-PreferredMeetingProviderForIslandsMode <String>]
[-QnAEngagementMode <String>]
Expand Down Expand Up @@ -1312,6 +1314,30 @@ Possible values are:
- Disabled (default)
- Enabled

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

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

### -LobbyChats

>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.

Determines whether chat messages are allowed in the lobby.

Possible values are:

- Enabled
- Disabled

```yaml
Type: String
Parameter Sets: (All)
Expand Down Expand Up @@ -1391,6 +1417,32 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -NoiseSuppressionForDialInParticipants

>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.

Control Noises Supression Feature for PST legs joining a meeting.

Possible Values:

- MicrosoftDefault
- Enabled
- Disabled

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Applicable: Microsoft Teams

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

### -ParticipantNameChange
This setting will enable Tenant Admins to turn on/off participant renaming feature.

Expand Down
51 changes: 51 additions & 0 deletions teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Use this cmdlet to update values in existing Teams Calling Policies.
### Identity (Default)
```
Set-CsTeamsCallingPolicy [-Identity] <string>
[-AIInterpreter <string>]
[-AllowCallForwardingToPhone <boolean>]
[-AllowCallForwardingToUser <boolean>]
[-AllowCallGroups <boolean>]
Expand All @@ -45,6 +46,7 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
[-PopoutForIncomingPstnCalls <string>]
[-PreventTollBypass <boolean>]
[-SpamFilteringEnabledType <string>]
[-VoiceSimulationInInterpretation <string>]
[-WhatIf]
[<CommonParameters>]
```
Expand Down Expand Up @@ -73,6 +75,29 @@ Sets the value of the parameter LiveCaptionsEnabledTypeForCalling to Disabled in

## PARAMETERS

### -AIInterpreter
>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.

Enables the user to use the AI Interpreter related features

Possible Values:
- Disabled
- Enabled

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Applicable: Microsoft Teams

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

### -AllowCallForwardingToPhone
Enables the user to configure in the Microsoft Teams client call forwarding or simultaneous ringing of inbound calls to any phone number.

Expand Down Expand Up @@ -506,6 +531,32 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -VoiceSimulationInInterpretation

>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.

Enables the user to use the voice simulation feature while being AI interpreted.

Possible Values:
- DisabledUserOverride
- Disabled
- Enabled
- EnabledUserOverride

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Applicable: Microsoft Teams

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

### -Force
Suppresses any confirmation prompts that would otherwise be displayed before making changes.

Expand Down
52 changes: 52 additions & 0 deletions teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,12 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
[-LiveCaptionsEnabledType <String>]
[-LiveInterpretationEnabledType <String>]
[-LiveStreamingMode <String>]
[-LobbyChat <String> ]
[-MediaBitRateKb <UInt32>]
[-MeetingChatEnabledType <String>]
[-MeetingInviteLanguages <String>]
[-NewMeetingRecordingExpirationDays <Int32>]
[-NoiseSuppressionForDialInParticipants <String>]
[-ParticipantNameChange <String>]
[-PreferredMeetingProviderForIslandsMode <String>]
[-QnAEngagementMode <String>]
Expand Down Expand Up @@ -1369,6 +1371,30 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -LobbyChats

>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.

Determines whether chat messages are allowed in the lobby.

Possible values are:

- Enabled
- Disabled

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

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

### -MediaBitRateKb
Determines the media bit rate for audio/video/app sharing transmissions in meetings.

Expand Down Expand Up @@ -1433,6 +1459,31 @@ Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -NoiseSuppressionForDialInParticipants

>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.

Control Noises Supression Feature for PST legs joining a meeting.

Possible Values:

- MicrosoftDefault
- Enabled
- Disabled

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Applicable: Microsoft Teams

Required: False
Position: Named
Default value: None
Expand Down Expand Up @@ -1837,6 +1888,7 @@ Possible values:
- Everyone
- EveryoneInCompany


```yaml
Type: String
Parameter Sets: (All)
Expand Down
48 changes: 48 additions & 0 deletions teams/teams-ps/teams/set-csteamsmessagingconfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ Set-CsTeamsMessagingConfiguration [-Identity] <String>
[-CustomEmojis <Boolean>]
[-EnableInOrganizationChatControl <Boolean>]
[-EnableVideoMessageCaptions <Boolean>]
[-FileTypeCheck <string>]
[-Force]
[-MessagingNotes <String>]
[-UrlReputationCheck <string>]
[-WhatIf]
[<CommonParameters>]
```
Expand Down Expand Up @@ -125,6 +127,29 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -FileTypeCheck

>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.

This setting determines if FileType check in teams messaging across the whole tenant

Possible Values:
- Enabled
- Disabled

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

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

### -Force

The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.
Expand Down Expand Up @@ -157,6 +182,29 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -UrlReputationCheck

>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.

This setting determines if UrlReputationCheck check in teams messaging across the whole tenant

Possible Values:
- Enabled
- Disabled

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

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

### -WhatIf

Shows what would happen if the cmdlet runs.
Expand Down