Skip to content

Commit e6e1e5f

Browse files
Merge pull request #12446 from EyamaYliu/patch-2
Update CsTeamsCallingPolicy/CsTeamsMeetingPolicy for AI Interpreter related policies change
2 parents cd3f4e8 + f5b2d80 commit e6e1e5f

File tree

4 files changed

+122
-17
lines changed

4 files changed

+122
-17
lines changed

teams/teams-ps/teams/New-CsTeamsCallingPolicy.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ New-CsTeamsCallingPolicy [-Identity] <string>
5151
[-PopoutForIncomingPstnCalls <string>]
5252
[-PreventTollBypass <boolean>]
5353
[-SpamFilteringEnabledType <string>]
54-
[-VoiceSimulationInInterpretation <string>]
54+
[-VoiceSimulationInInterpreter <string>]
5555
[-WhatIf]
5656
[<CommonParameters>]
5757
```
@@ -105,7 +105,7 @@ Applicable: Microsoft Teams
105105

106106
Required: False
107107
Position: Named
108-
Default value: None
108+
Default value: Enabled
109109
Accept pipeline input: False
110110
Accept wildcard characters: False
111111
```
@@ -644,7 +644,7 @@ Accept pipeline input: False
644644
Accept wildcard characters: False
645645
```
646646

647-
### -VoiceSimulationInInterpretation
647+
### -VoiceSimulationInInterpreter
648648

649649
>[!NOTE]
650650
>This feature has not been released yet and will have no changes if it is enabled or disabled.
@@ -653,10 +653,8 @@ Enables the user to use the voice simulation feature while being AI interpreted.
653653

654654
Possible Values:
655655

656-
- DisabledUserOverride
657656
- Disabled
658657
- Enabled
659-
- EnabledUserOverride
660658

661659
```yaml
662660
Type: String
@@ -666,7 +664,7 @@ Applicable: Microsoft Teams
666664
667665
Required: False
668666
Position: Named
669-
Default value: None
667+
Default value: Disabled
670668
Accept pipeline input: False
671669
Accept wildcard characters: False
672670
```

teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md

Lines changed: 63 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ ms.date: 11/12/2024
1919

2020
```powershell
2121
New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
22+
[-AIInterpreter <string>]
2223
[-AllowAnonymousUsersToDialOut <Boolean>]
2324
[-AllowAnonymousUsersToJoinMeeting <Boolean>]
2425
[-AllowAnonymousUsersToStartMeeting <Boolean>]
@@ -112,6 +113,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
112113
[-UsersCanAdmitFromLobby <String>]
113114
[-VideoFiltersMode <String>]
114115
[-VoiceIsolation <String>]
116+
[-VoiceSimulationInInterpreter <string>]
115117
[-WatermarkForAnonymousUsers <String>]
116118
[-WatermarkForCameraVideoOpacity <Int64>]
117119
[-WatermarkForCameraVideoPattern <String>]
@@ -162,6 +164,30 @@ Accept pipeline input: False
162164
Accept wildcard characters: False
163165
```
164166
167+
### -AIInterpreter
168+
>[!NOTE]
169+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
170+
171+
Enables the user to use the AI Interpreter related features
172+
173+
Possible values:
174+
175+
- Disabled
176+
- Enabled
177+
178+
```yaml
179+
Type: String
180+
Parameter Sets: (All)
181+
Aliases:
182+
Applicable: Microsoft Teams
183+
184+
Required: False
185+
Position: Named
186+
Default value: Enabled
187+
Accept pipeline input: False
188+
Accept wildcard characters: False
189+
```
190+
165191
### -AllowAnonymousUsersToDialOut
166192
Determines whether anonymous users are allowed to dial out to a PSTN number. Set this to TRUE to allow anonymous users to dial out. Set this to FALSE to #prohibit anonymous users from dialing out.
167193
@@ -951,7 +977,8 @@ Accept wildcard characters: False
951977
```
952978
953979
### -AutomaticallyStartCopilot
954-
*Note: This feature has not been fully released yet, so the setting will have no effect.*
980+
> [!Note]
981+
> This feature has not been fully released yet, so the setting will have no effect.*
955982
956983
This setting gives admins the ability to auto-start Copilot.
957984
@@ -1401,7 +1428,9 @@ Accept wildcard characters: False
14011428
14021429
### -MeetingInviteLanguages
14031430
Controls how the join information in meeting invitations is displayed by enforcing a common language or enabling up to two languages to be displayed.
1404-
Note: All Teams supported languages can be specified using language codes. For more information about its delivery date, see the [roadmap (Feature ID: 81521)](https://www.microsoft.com/microsoft-365/roadmap?filters=&searchterms=81521).
1431+
1432+
> [!NOTE]
1433+
> All Teams supported languages can be specified using language codes. For more information about its delivery date, see the [roadmap (Feature ID: 81521)](https://www.microsoft.com/microsoft-365/roadmap?filters=&searchterms=81521).
14051434
14061435
The preliminary list of available languages is shown below:
14071436
@@ -1423,7 +1452,8 @@ Accept wildcard characters: False
14231452
### -NewMeetingRecordingExpirationDays
14241453
Specifies the number of days before meeting recordings will expire and move to the recycle bin. Value can be from 1 to 99,999 days.
14251454

1426-
NOTE: You may opt to set Meeting Recordings to never expire by entering the value -1.
1455+
> [!NOTE]
1456+
> You may opt to set Meeting Recordings to never expire by entering the value -1.
14271457

14281458
```yaml
14291459
Type: Int32
@@ -1516,7 +1546,8 @@ This parameter can take two possible values:
15161546
- Stream
15171547
- OneDriveForBusiness
15181548

1519-
Note: The change of storing Teams meeting recordings from Classic Stream to OneDrive and SharePoint (ODSP) has been completed as of August 30th, 2021. All recordings are now stored in ODSP. This change overrides the RecordingStorageMode parameter, and modifying the setting in PowerShell no longer has any impact.
1549+
> [!Note]
1550+
> The change of storing Teams meeting recordings from Classic Stream to OneDrive and SharePoint (ODSP) has been completed as of August 30th, 2021. All recordings are now stored in ODSP. This change overrides the RecordingStorageMode parameter, and modifying the setting in PowerShell no longer has any impact.
15201551

15211552
```yaml
15221553
Type: String
@@ -1551,7 +1582,9 @@ Accept wildcard characters: False
15511582

15521583
### -RoomPeopleNameUserOverride
15531584
Enabling people recognition requires the tenant CsTeamsMeetingPolicy roomPeopleNameUserOverride to be "On" and roomAttributeUserOverride to be Attribute for allowing individual voice and face profiles to be used for recognition in meetings.
1554-
**Note**: In some locations, people recognition can't be used due to local laws or regulations.
1585+
1586+
> [!Note]
1587+
> In some locations, people recognition can't be used due to local laws or regulations.
15551588
Possible values:
15561589

15571590
- On
@@ -1731,6 +1764,31 @@ Accept pipeline input: False
17311764
Accept wildcard characters: False
17321765
```
17331766

1767+
### -VoiceSimulationInInterpreter
1768+
1769+
> [!NOTE]
1770+
> This feature has not been released yet and will have no changes if it is enabled or disabled.
1771+
1772+
Enables the user to use the voice simulation feature while being AI interpreted.
1773+
1774+
Possible Values:
1775+
1776+
- Disabled
1777+
- Enabled
1778+
1779+
```yaml
1780+
Type: String
1781+
Parameter Sets: (All)
1782+
Aliases:
1783+
Applicable: Microsoft Teams
1784+
1785+
Required: False
1786+
Position: Named
1787+
Default value: Disabled
1788+
Accept pipeline input: False
1789+
Accept wildcard characters: False
1790+
```
1791+
17341792
### -WatermarkForAnonymousUsers
17351793
Determines the meeting experience and watermark content of an anonymous user.
17361794

teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
4848
[-PopoutForIncomingPstnCalls <string>]
4949
[-PreventTollBypass <boolean>]
5050
[-SpamFilteringEnabledType <string>]
51-
[-VoiceSimulationInInterpretation <string>]
51+
[-VoiceSimulationInInterpreter <string>]
5252
[-WhatIf]
5353
[<CommonParameters>]
5454
```
@@ -111,7 +111,7 @@ Applicable: Microsoft Teams
111111

112112
Required: False
113113
Position: Named
114-
Default value: None
114+
Default value: Enabled
115115
Accept pipeline input: False
116116
Accept wildcard characters: False
117117
```
@@ -614,7 +614,7 @@ Accept pipeline input: False
614614
Accept wildcard characters: False
615615
```
616616

617-
### -VoiceSimulationInInterpretation
617+
### -VoiceSimulationInInterpreter
618618

619619
> [!NOTE]
620620
> This feature has not been released yet and will have no changes if it is enabled or disabled.
@@ -623,10 +623,8 @@ Enables the user to use the voice simulation feature while being AI interpreted.
623623

624624
Possible Values:
625625

626-
- DisabledUserOverride
627626
- Disabled
628627
- Enabled
629-
- EnabledUserOverride
630628

631629
```yaml
632630
Type: String
@@ -636,7 +634,7 @@ Applicable: Microsoft Teams
636634
637635
Required: False
638636
Position: Named
639-
Default value: None
637+
Default value: Disabled
640638
Accept pipeline input: False
641639
Accept wildcard characters: False
642640
```

teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The `CsTeamsMeetingPolicy` cmdlets enable administrators to control the type of
2323

2424
```powershell
2525
Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
26+
[-AIInterpreter <string>]
2627
[-AllowAnnotations <Boolean>]
2728
[-AllowAnonymousUsersToDialOut <Boolean>]
2829
[-AllowAnonymousUsersToJoinMeeting <Boolean>]
@@ -116,6 +117,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
116117
[-UsersCanAdmitFromLobby <String>]
117118
[-VideoFiltersMode <String>]
118119
[-VoiceIsolation <String>]
120+
[-VoiceSimulationInInterpreter <string>]
119121
[-WatermarkForAnonymousUsers <String>]
120122
[-WatermarkForCameraVideoOpacity <Int32>]
121123
[-WatermarkForCameraVideoPattern <String>]
@@ -178,6 +180,30 @@ Accept pipeline input: False
178180
Accept wildcard characters: False
179181
```
180182
183+
### -AIInterpreter
184+
>[!NOTE]
185+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
186+
187+
Enables the user to use the AI Interpreter related features
188+
189+
Possible values:
190+
191+
- Disabled
192+
- Enabled
193+
194+
```yaml
195+
Type: String
196+
Parameter Sets: (All)
197+
Aliases:
198+
Applicable: Microsoft Teams
199+
200+
Required: False
201+
Position: Named
202+
Default value: Enabled
203+
Accept pipeline input: False
204+
Accept wildcard characters: False
205+
```
206+
181207
### -AllowAnnotations
182208
183209
This setting will allow admins to choose which users will be able to use the Annotation feature.
@@ -1806,6 +1832,31 @@ Accept pipeline input: False
18061832
Accept wildcard characters: False
18071833
```
18081834

1835+
### -VoiceSimulationInInterpreter
1836+
1837+
> [!NOTE]
1838+
> This feature has not been released yet and will have no changes if it is enabled or disabled.
1839+
1840+
Enables the user to use the voice simulation feature while being AI interpreted.
1841+
1842+
Possible Values:
1843+
1844+
- Disabled
1845+
- Enabled
1846+
1847+
```yaml
1848+
Type: String
1849+
Parameter Sets: (All)
1850+
Aliases:
1851+
Applicable: Microsoft Teams
1852+
1853+
Required: False
1854+
Position: Named
1855+
Default value: Disabled
1856+
Accept pipeline input: False
1857+
Accept wildcard characters: False
1858+
```
1859+
18091860
### -WatermarkForAnonymousUsers
18101861

18111862
Determines the meeting experience and watermark content of an anonymous user.

0 commit comments

Comments
 (0)