Skip to content
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
22 changes: 21 additions & 1 deletion teams/teams-ps/teams/New-CsTeamsCallingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
manager: bulenteg
author: serdarsoysal
ms.author: serdars
ms.reviewer:
ms.reviewer: alejandramu
---

# New-CsTeamsCallingPolicy
Expand Down Expand Up @@ -52,6 +52,7 @@ New-CsTeamsCallingPolicy [-Identity] <string>
[-PreventTollBypass <boolean>]
[-SpamFilteringEnabledType <string>]
[-VoiceSimulationInInterpreter <string>]
[-RealTimeText <string>]
[-WhatIf]
[<CommonParameters>]
```
Expand Down Expand Up @@ -669,6 +670,25 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -RealTimeText
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.

Possible Values:
- Enabled: User is allowed to turn on real time text.
- Disabled: User is not allowed to turn on real time text.

```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.
The cmdlet is not run.
Expand Down
44 changes: 42 additions & 2 deletions teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ applicable: Microsoft Teams
title: New-CsTeamsMeetingPolicy
schema: 2.0.0
manager: bulenteg
ms.reviewer: wblocker
ms.date: 11/12/2024
ms.reviewer: alejandramu
ms.date: 2/26/2025
---

# New-CsTeamsMeetingPolicy
Expand Down Expand Up @@ -119,6 +119,8 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
[-WatermarkForCameraVideoPattern <String>]
[-WatermarkForScreenSharingOpacity <Int64>]
[-WatermarkForScreenSharingPattern <String>]
[-AllowedUsersForMeetingDetails <String>]
[-RealTimeText <String>]
[-WhatIf]
[-WhoCanRegister <Object>]
[<CommonParameters>]
Expand Down Expand Up @@ -1868,6 +1870,44 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -AllowedUsersForMeetingDetails
Controls which users should have ability to see the meeting info details on join screen. 'None' option should disable the feature completely.

Possible Values:
- UsersAllowedToByPassTheLobby: Users who are able to bypass lobby can see the meeting info details.
- Everyone: All meeting participants can see the meeting info details.

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

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

### -RealTimeText
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.

Possible Values:
- Enabled: User is allowed to turn on real time text.
- Disabled: User is not allowed to turn on real time text.

```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.
The cmdlet is not run.
Expand Down
17 changes: 17 additions & 0 deletions teams/teams-ps/teams/New-CsTeamsMessagingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ New-CsTeamsMessagingPolicy [[-Identity] <XdsIdentity>]
[-InOrganizationChatControl <String>]
[-ReadReceiptsEnabledType <String>]
[-Tenant <Guid>]
[-UsersCanDeleteBotMessages <Boolean>]
[<CommonParameters>]
[-WhatIf]
```
Expand Down Expand Up @@ -715,6 +716,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -UsersCanDeleteBotMessages

Determines whether a user is allowed to delete messages sent by bots. Set this to TRUE to allow. Set this to FALSE to prohibit.

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

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

### -WhatIf
Shows what would happen if the cmdlet runs.
The cmdlet is not run.
Expand Down
22 changes: 21 additions & 1 deletion teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
manager: bulenteg
author: serdarsoysal
ms.author: serdars
ms.reviewer:
ms.reviewer: alejandramu
---

# Set-CsTeamsCallingPolicy
Expand Down Expand Up @@ -51,6 +51,7 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
[-PreventTollBypass <boolean>]
[-SpamFilteringEnabledType <string>]
[-VoiceSimulationInInterpreter <string>]
[-RealTimeText <string>]
[-WhatIf]
[<CommonParameters>]
```
Expand Down Expand Up @@ -673,6 +674,25 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -RealTimeText
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.

Possible Values:
- Enabled: User is allowed to turn on real time text.
- Disabled: User is not allowed to turn on real time text.

```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.
The cmdlet is not run.
Expand Down
19 changes: 17 additions & 2 deletions teams/teams-ps/teams/Set-CsTeamsGuestMessagingConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ TeamsGuestMessagingConfiguration determines the messaging settings for the guest
```
Set-CsTeamsGuestMessagingConfiguration [-Tenant <Guid>] [-AllowUserEditMessage <Boolean>]
[-AllowImmersiveReader <Boolean>] [-AllowUserDeleteMessage <Boolean>] [-AllowUserChat <Boolean>] [-AllowGiphy <Boolean>]
[-AllowUserDeleteChat <Boolean>] [-GiphyRatingType <String>] [-AllowMemes <Boolean>] [-AllowStickers <Boolean>] [[-Identity] <XdsIdentity>]
[-AllowUserDeleteChat <Boolean>] [-GiphyRatingType <String>] [-AllowMemes <Boolean>] [-AllowStickers <Boolean>] [-UsersCanDeleteBotMessages <Boolean>] [[-Identity] <XdsIdentity>]
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
```

### Instance
```
Set-CsTeamsGuestMessagingConfiguration [-Tenant <Guid>] [-AllowUserEditMessage <Boolean>]
[-AllowImmersiveReader <Boolean>] [-AllowUserDeleteMessage <Boolean>] [-AllowUserChat <Boolean>] [-AllowGiphy <Boolean>]
[-AllowUserDeleteChat <Boolean>] [-GiphyRatingType <String>] [-AllowMemes <Boolean>] [-AllowStickers <Boolean>] [-Instance <PSObject>] [-Force]
[-AllowUserDeleteChat <Boolean>] [-GiphyRatingType <String>] [-AllowMemes <Boolean>] [-AllowStickers <Boolean>] [-UsersCanDeleteBotMessages <Boolean>] [-Instance <PSObject>] [-Force]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

Expand Down Expand Up @@ -137,6 +137,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -UsersCanDeleteBotMessages
Determines whether a user is allowed to delete messages sent by bots. Set this to TRUE to allow. Set this to FALSE to prohibit.

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

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

### -Confirm
Prompts you for confirmation before running the cmdlet.

Expand Down
44 changes: 42 additions & 2 deletions teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ schema: 2.0.0
manager: bulenteg
author: tomkau
ms.author: tomkau
ms.reviewer: wblocker
ms.date: 11/12/2024
ms.reviewer: alejandramu
ms.date: 2/26/2025
---

# Set-CsTeamsMeetingPolicy
Expand Down Expand Up @@ -123,6 +123,8 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
[-WatermarkForCameraVideoPattern <String>]
[-WatermarkForScreenSharingOpacity <Int32>]
[-WatermarkForScreenSharingPattern <String>]
[-AllowedUsersForMeetingDetails <String>]
[-RealTimeText <String>]
[-WhatIf]
[-WhoCanRegister <String>]
[<CommonParameters>]
Expand Down Expand Up @@ -1938,6 +1940,44 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -AllowedUsersForMeetingDetails
Controls which users should have ability to see the meeting info details on join screen. 'None' option should disable the feature completely.

Possible Values:
- UsersAllowedToByPassTheLobby: Users who are able to bypass lobby can see the meeting info details.
- Everyone: All meeting participants can see the meeting info details.

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

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

### -RealTimeText
Allows users to use real time text during a meeting, allowing them to communicate by typing their messages in real time.

Possible Values:
- Enabled: User is allowed to turn on real time text.
- Disabled: User is not allowed to turn on real time text.

```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.
The cmdlet is not run.
Expand Down
17 changes: 17 additions & 0 deletions teams/teams-ps/teams/Set-CsTeamsMessagingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Set-CsTeamsMessagingPolicy [[-Identity] <XdsIdentity>]
[-InOrganizationChatControl <String>]
[-ReadReceiptsEnabledType <String>]
[-Tenant <Guid>]
[-UsersCanDeleteBotMessages <Boolean>]
[-WhatIf]
[<CommonParameters>]
```
Expand Down Expand Up @@ -100,6 +101,7 @@ Set-CsTeamsMessagingPolicy [-Instance <PSObject>]
[-InOrganizationChatControl <String>]
[-ReadReceiptsEnabledType <String>]
[-Tenant <Guid>]
[-UsersCanDeleteBotMessages <Boolean>]
[-WhatIf]
[<CommonParameters>]
```
Expand Down Expand Up @@ -769,6 +771,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -UsersCanDeleteBotMessages
Determines whether a user is allowed to delete messages sent by bots. Set this to TRUE to allow. Set this to FALSE to prohibit.

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

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

### -WhatIf
Shows what would happen if the cmdlet runs.
The cmdlet is not run.
Expand Down