Skip to content

Commit 80c7db5

Browse files
authored
Update Set-CsTeamsClientConfiguration.md
Adding AllowRoleBasedChatPermissions
1 parent adeed19 commit 80c7db5

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

skype/skype-ps/skype/Set-CsTeamsClientConfiguration.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@ The TeamsClientConfiguration allows IT admins to control the settings that can b
2121
### Identity (Default)
2222
```
2323
Set-CsTeamsClientConfiguration [-Tenant <System.Guid>] [-AllowEmailIntoChannel <Boolean>]
24-
[-RestrictedSenderList <String>] [-AllowDropBox <Boolean>] [-AllowEgnyte <Boolean>] [-AllowBox <Boolean>] [-AllowGoogleDrive <Boolean>]
24+
[-RestrictedSenderList <String>] [-AllowDropBox <Boolean>] [-AllowEgnyte <Boolean>] [-AllowBox <Boolean>] [-AllowGoogleDrive <Boolean>] [-AllowRoleBasedChatPermissions <Boolean>]
2525
[-AllowShareFile <Boolean>] [-AllowOrganizationTab <Boolean>] [-AllowSkypeBusinessInterop <Boolean>]
2626
[-AllowTBotProactiveMessaging <Boolean>] [-ContentPin <String>] [-AllowResourceAccountSendMessage <Boolean>]
2727
[-ResourceAccountContentAccess <String>] [-AllowGuestUser <Boolean>]
28-
[-AllowScopedPeopleSearchandAccess <Boolean>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm]
29-
[<CommonParameters>]
28+
[-AllowScopedPeopleSearchandAccess <Boolean>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm]
29+
[<CommonParameters>]
3030
```
3131

3232
### Instance
3333
```
3434
Set-CsTeamsClientConfiguration [-Tenant <System.Guid>] [-AllowEmailIntoChannel <Boolean>]
35-
[-RestrictedSenderList <String>] [-AllowDropBox <Boolean>] [-AllowEgnyte <Boolean>] [-AllowBox <Boolean>] [-AllowGoogleDrive <Boolean>]
35+
[-RestrictedSenderList <String>] [-AllowDropBox <Boolean>] [-AllowEgnyte <Boolean>] [-AllowBox <Boolean>] [-AllowGoogleDrive <Boolean>] [-AllowRoleBasedChatPermissions <Boolean>]
3636
[-AllowShareFile <Boolean>] [-AllowOrganizationTab <Boolean>] [-AllowSkypeBusinessInterop <Boolean>]
3737
[-AllowTBotProactiveMessaging <Boolean>] [-ContentPin <String>] [-AllowResourceAccountSendMessage <Boolean>]
3838
[-ResourceAccountContentAccess <String>] [-AllowGuestUser <Boolean>]
39-
[-AllowScopedPeopleSearchandAccess <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
40-
[<CommonParameters>]
39+
[-AllowScopedPeopleSearchandAccess <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
40+
[<CommonParameters>]
4141
```
4242

4343
## DESCRIPTION
@@ -180,6 +180,20 @@ Accept pipeline input: False
180180
Accept wildcard characters: False
181181
```
182182
183+
### -AllowRoleBasedChatPermissions
184+
When set to True, Supervised Chat is enabled for the tenant.
185+
186+
```yaml
187+
Type: Boolean
188+
Parameter Sets: (All)
189+
190+
Required: False
191+
Position: Named
192+
Default value: False
193+
Accept pipeline input: False
194+
Accept wildcard characters: False
195+
```
196+
183197
### -AllowScopedPeopleSearchandAccess
184198
If set to $true, the Exchange address book policy (ABP) will be used to provide customized view of the global address book for each user. This is only a virtual separation and not a legal separation.
185199
@@ -193,7 +207,7 @@ Position: Named
193207
Default value: None
194208
Accept pipeline input: False
195209
Accept wildcard characters: False
196-
```
210+
197211

198212
### -AllowShareFile
199213
Designates whether users are able to leverage Citrix ShareFile as a third party storage solution in Microsoft Teams. If $true, users will be able to add Citrix ShareFile in the client and interact with the files stored there.
@@ -383,6 +397,7 @@ Accept wildcard characters: False
383397
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
384398
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
385399

400+
386401
## INPUTS
387402

388403
### System.Management.Automation.PSObject

0 commit comments

Comments
 (0)