Skip to content

Commit ef312e8

Browse files
Update Set-CsTeamsClientConfiguration.md
Adding docs for new third party provider in Teams
1 parent 6cfcec3 commit ef312e8

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

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

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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>] [-AllowBox <Boolean>] [-AllowGoogleDrive <Boolean>]
24+
[-RestrictedSenderList <String>] [-AllowDropBox <Boolean>] [-AllowEgnyte <Boolean>] [-AllowBox <Boolean>] [-AllowGoogleDrive <Boolean>]
2525
[-AllowShareFile <Boolean>] [-AllowOrganizationTab <Boolean>] [-AllowSkypeBusinessInterop <Boolean>]
2626
[-AllowTBotProactiveMessaging <Boolean>] [-ContentPin <String>] [-AllowResourceAccountSendMessage <Boolean>]
2727
[-ResourceAccountContentAccess <String>] [-AllowGuestUser <Boolean>]
@@ -32,7 +32,7 @@ Set-CsTeamsClientConfiguration [-Tenant <System.Guid>] [-AllowEmailIntoChannel <
3232
### Instance
3333
```
3434
Set-CsTeamsClientConfiguration [-Tenant <System.Guid>] [-AllowEmailIntoChannel <Boolean>]
35-
[-RestrictedSenderList <String>] [-AllowDropBox <Boolean>] [-AllowBox <Boolean>] [-AllowGoogleDrive <Boolean>]
35+
[-RestrictedSenderList <String>] [-AllowDropBox <Boolean>] [-AllowEgnyte <Boolean>] [-AllowBox <Boolean>] [-AllowGoogleDrive <Boolean>]
3636
[-AllowShareFile <Boolean>] [-AllowOrganizationTab <Boolean>] [-AllowSkypeBusinessInterop <Boolean>]
3737
[-AllowTBotProactiveMessaging <Boolean>] [-ContentPin <String>] [-AllowResourceAccountSendMessage <Boolean>]
3838
[-ResourceAccountContentAccess <String>] [-AllowGuestUser <Boolean>]
@@ -88,6 +88,21 @@ Accept pipeline input: False
8888
Accept wildcard characters: False
8989
```
9090
91+
### -AllowEgnyte
92+
Designates whether users are able to leverage Egnyte as a third party storage solution in Microsoft Teams. If $true, users will be able to add Egnyte in the client and interact with the files stored there.
93+
94+
```yaml
95+
Type: Boolean
96+
Parameter Sets: (All)
97+
Aliases:
98+
99+
Required: False
100+
Position: Named
101+
Default value: None
102+
Accept pipeline input: False
103+
Accept wildcard characters: False
104+
```
105+
91106
### -AllowEmailIntoChannel
92107
When set to $true, mail hooks are enabled, and users can post messages to a channel by sending an email to the email address of Teams channel.
93108

0 commit comments

Comments
 (0)