Skip to content

Commit

Permalink
Merge pull request #12446 from EyamaYliu/patch-2
Browse files Browse the repository at this point in the history
Update CsTeamsCallingPolicy/CsTeamsMeetingPolicy for AI Interpreter related policies change
  • Loading branch information
Ruchika-mittal01 authored Jan 13, 2025
2 parents cd3f4e8 + f5b2d80 commit e6e1e5f
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 17 deletions.
10 changes: 4 additions & 6 deletions teams/teams-ps/teams/New-CsTeamsCallingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ New-CsTeamsCallingPolicy [-Identity] <string>
[-PopoutForIncomingPstnCalls <string>]
[-PreventTollBypass <boolean>]
[-SpamFilteringEnabledType <string>]
[-VoiceSimulationInInterpretation <string>]
[-VoiceSimulationInInterpreter <string>]
[-WhatIf]
[<CommonParameters>]
```
Expand Down Expand Up @@ -105,7 +105,7 @@ Applicable: Microsoft Teams

Required: False
Position: Named
Default value: None
Default value: Enabled
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down Expand Up @@ -644,7 +644,7 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -VoiceSimulationInInterpretation
### -VoiceSimulationInInterpreter

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

Possible Values:

- DisabledUserOverride
- Disabled
- Enabled
- EnabledUserOverride

```yaml
Type: String
Expand All @@ -666,7 +664,7 @@ Applicable: Microsoft Teams
Required: False
Position: Named
Default value: None
Default value: Disabled
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down
68 changes: 63 additions & 5 deletions teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ms.date: 11/12/2024

```powershell
New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
[-AIInterpreter <string>]
[-AllowAnonymousUsersToDialOut <Boolean>]
[-AllowAnonymousUsersToJoinMeeting <Boolean>]
[-AllowAnonymousUsersToStartMeeting <Boolean>]
Expand Down Expand Up @@ -112,6 +113,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
[-UsersCanAdmitFromLobby <String>]
[-VideoFiltersMode <String>]
[-VoiceIsolation <String>]
[-VoiceSimulationInInterpreter <string>]
[-WatermarkForAnonymousUsers <String>]
[-WatermarkForCameraVideoOpacity <Int64>]
[-WatermarkForCameraVideoPattern <String>]
Expand Down Expand Up @@ -162,6 +164,30 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -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: Enabled
Accept pipeline input: False
Accept wildcard characters: False
```
### -AllowAnonymousUsersToDialOut
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.
Expand Down Expand Up @@ -951,7 +977,8 @@ Accept wildcard characters: False
```
### -AutomaticallyStartCopilot
*Note: This feature has not been fully released yet, so the setting will have no effect.*
> [!Note]
> This feature has not been fully released yet, so the setting will have no effect.*
This setting gives admins the ability to auto-start Copilot.
Expand Down Expand Up @@ -1401,7 +1428,9 @@ Accept wildcard characters: False
### -MeetingInviteLanguages
Controls how the join information in meeting invitations is displayed by enforcing a common language or enabling up to two languages to be displayed.
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).
> [!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).
The preliminary list of available languages is shown below:
Expand All @@ -1423,7 +1452,8 @@ Accept wildcard characters: False
### -NewMeetingRecordingExpirationDays
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.

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

```yaml
Type: Int32
Expand Down Expand Up @@ -1516,7 +1546,8 @@ This parameter can take two possible values:
- Stream
- OneDriveForBusiness

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

```yaml
Type: String
Expand Down Expand Up @@ -1551,7 +1582,9 @@ Accept wildcard characters: False

### -RoomPeopleNameUserOverride
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.
**Note**: In some locations, people recognition can't be used due to local laws or regulations.

> [!Note]
> In some locations, people recognition can't be used due to local laws or regulations.
Possible values:

- On
Expand Down Expand Up @@ -1731,6 +1764,31 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -VoiceSimulationInInterpreter

> [!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:

- Disabled
- Enabled

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Applicable: Microsoft Teams
Required: False
Position: Named
Default value: Disabled
Accept pipeline input: False
Accept wildcard characters: False
```

### -WatermarkForAnonymousUsers
Determines the meeting experience and watermark content of an anonymous user.

Expand Down
10 changes: 4 additions & 6 deletions teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
[-PopoutForIncomingPstnCalls <string>]
[-PreventTollBypass <boolean>]
[-SpamFilteringEnabledType <string>]
[-VoiceSimulationInInterpretation <string>]
[-VoiceSimulationInInterpreter <string>]
[-WhatIf]
[<CommonParameters>]
```
Expand Down Expand Up @@ -111,7 +111,7 @@ Applicable: Microsoft Teams

Required: False
Position: Named
Default value: None
Default value: Enabled
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down Expand Up @@ -614,7 +614,7 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -VoiceSimulationInInterpretation
### -VoiceSimulationInInterpreter

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

Possible Values:

- DisabledUserOverride
- Disabled
- Enabled
- EnabledUserOverride

```yaml
Type: String
Expand All @@ -636,7 +634,7 @@ Applicable: Microsoft Teams
Required: False
Position: Named
Default value: None
Default value: Disabled
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down
51 changes: 51 additions & 0 deletions teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The `CsTeamsMeetingPolicy` cmdlets enable administrators to control the type of

```powershell
Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
[-AIInterpreter <string>]
[-AllowAnnotations <Boolean>]
[-AllowAnonymousUsersToDialOut <Boolean>]
[-AllowAnonymousUsersToJoinMeeting <Boolean>]
Expand Down Expand Up @@ -116,6 +117,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
[-UsersCanAdmitFromLobby <String>]
[-VideoFiltersMode <String>]
[-VoiceIsolation <String>]
[-VoiceSimulationInInterpreter <string>]
[-WatermarkForAnonymousUsers <String>]
[-WatermarkForCameraVideoOpacity <Int32>]
[-WatermarkForCameraVideoPattern <String>]
Expand Down Expand Up @@ -178,6 +180,30 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -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: Enabled
Accept pipeline input: False
Accept wildcard characters: False
```
### -AllowAnnotations
This setting will allow admins to choose which users will be able to use the Annotation feature.
Expand Down Expand Up @@ -1806,6 +1832,31 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -VoiceSimulationInInterpreter

> [!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:

- Disabled
- Enabled

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Applicable: Microsoft Teams
Required: False
Position: Named
Default value: Disabled
Accept pipeline input: False
Accept wildcard characters: False
```

### -WatermarkForAnonymousUsers

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

0 comments on commit e6e1e5f

Please sign in to comment.