Skip to content

Commit c046964

Browse files
authored
Merge branch 'master' into patch-1
2 parents 64d1a7c + a2fc914 commit c046964

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

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

Lines changed: 22 additions & 6 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
@@ -289,6 +303,7 @@ Accept wildcard characters: False
289303
290304
### -Identity
291305
The only valid input is Global - the tenant wide configuration.
306+
292307
```yaml
293308
Type: XdsIdentity
294309
Parameter Sets: Identity
@@ -383,6 +398,7 @@ Accept wildcard characters: False
383398
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
384399
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
385400
401+
386402
## INPUTS
387403
388404
### System.Management.Automation.PSObject

0 commit comments

Comments
 (0)