-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Adding missing parameters from TPM release #12359
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
Changes from 7 commits
4aa13d7
e1c6205
6d8176b
ea49567
b8fe491
a6b167b
1d23dc2
9ed3c35
c78927c
a095dab
4f6af85
9be9c09
747e5cf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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. | ||
|
||
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. | ||
|
||
|
@@ -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. | ||
|
||
|
||
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. | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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>] | ||
|
@@ -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 | ||
|
||
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) | ||
|
@@ -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. | ||
|
||
|
||
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. | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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>] | ||
|
@@ -45,6 +46,7 @@ Set-CsTeamsCallingPolicy [-Identity] <string> | |
[-PopoutForIncomingPstnCalls <string>] | ||
[-PreventTollBypass <boolean>] | ||
[-SpamFilteringEnabledType <string>] | ||
[-VoiceSimulationInInterpretation <string>] | ||
[-WhatIf] | ||
[<CommonParameters>] | ||
``` | ||
|
@@ -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. | ||
|
||
|
||
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. | ||
|
||
|
@@ -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. | ||
|
||
|
||
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. | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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>] | ||
|
@@ -1369,6 +1371,29 @@ 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. | ||
|
||
|
@@ -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. | ||
|
||
|
||
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 | ||
|
@@ -1837,6 +1886,7 @@ Possible values: | |
- Everyone | ||
- EveryoneInCompany | ||
|
||
|
||
```yaml | ||
Type: String | ||
Parameter Sets: (All) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update to
It will look similar to this on the webpage:
