Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
50 changes: 49 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,28 @@ 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.
Copy link
Contributor

Choose a reason for hiding this comment

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

Please update to

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

It will look similar to this on the webpage:
image


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 +544,31 @@ 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.
Copy link
Contributor

Choose a reason for hiding this comment

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

Please update to

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

It will look similar to this on the webpage:
image


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
50 changes: 50 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,29 @@ 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
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add another #. It should be three (###)


NOTE: This feature has not been released yet and will have no changes if it is enabled or disabled.
Copy link
Contributor

Choose a reason for hiding this comment

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

Please update to

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

It will look similar to this on the webpage:
image


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 +1416,31 @@ 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.
Copy link
Contributor

Choose a reason for hiding this comment

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

Please update to

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

It will look similar to this on the webpage:
image


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
49 changes: 49 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,28 @@ 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.
Copy link
Contributor

Choose a reason for hiding this comment

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

Please update to

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

It will look similar to this on the webpage:
image


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 +530,31 @@ 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.
Copy link
Contributor

Choose a reason for hiding this comment

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

Please update to

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

It will look similar to this on the webpage:
image


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
50 changes: 50 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,29 @@ Accept pipeline input: False
Accept wildcard characters: False
```

## -LobbyChats
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add another #. It should be three (###)


NOTE: This feature has not been released yet and will have no changes if it is enabled or disabled.
Copy link
Contributor

Choose a reason for hiding this comment

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

Please update to

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

It will look similar to this on the webpage:
image


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 +1458,30 @@ 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.
Copy link
Contributor

Choose a reason for hiding this comment

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

Please update to

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

It will look similar to this on the webpage:
image


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 +1886,7 @@ Possible values:
- Everyone
- EveryoneInCompany


```yaml
Type: String
Parameter Sets: (All)
Expand Down