Skip to content

Commit b40bf5b

Browse files
Update Set-CsTeamsFilesPolicy.md
adding missing parameters
1 parent 41d5608 commit b40bf5b

File tree

1 file changed

+27
-8
lines changed

1 file changed

+27
-8
lines changed

teams/teams-ps/teams/Set-CsTeamsFilesPolicy.md

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ The policies also specify third-party app ID to allow file storage (e.g., Box).
1414

1515
## SYNTAX
1616

17-
```
18-
Set-CsTeamsFilesPolicy [-NativeFileEntryPoints <String>] [-DefaultFileUploadAppId <String>]
19-
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
17+
```powershell
18+
Set-CsTeamsFilesPolicy [-NativeFileEntryPoints <String>] [-SPChannelFilesTab <String>]
19+
[-DefaultFileUploadAppId <String>] [-FileSharingInChatswithExternalUsers <String>] [-Identity] <String>
20+
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2021
```
2122

2223
## DESCRIPTION
@@ -117,8 +118,25 @@ Accept pipeline input: False
117118
Accept wildcard characters: False
118119
```
119120
120-
### -Description
121-
{{ Fill Description Description }}
121+
### -Force
122+
123+
Suppresses the display of any non-fatal error message that might arise when running the command.
124+
125+
```yaml
126+
Type: SwitchParameter
127+
Parameter Sets: (All)
128+
Aliases:
129+
130+
Required: False
131+
Position: Named
132+
Default value: False
133+
Accept pipeline input: False
134+
Accept wildcard characters: False
135+
```
136+
137+
### -FileSharingInChatswithExternalUsers
138+
139+
Indicates if file sharing in chats with external users is enabled.
122140
123141
```yaml
124142
Type: String
@@ -132,11 +150,12 @@ Accept pipeline input: False
132150
Accept wildcard characters: False
133151
```
134152
135-
### -Force
136-
{{ Fill Force Description }}
153+
### -SPChannelFilesTab
154+
155+
Indicates whether Iframe channel files tab is enabled, if not, integrated channel files tab will be enabled.
137156
138157
```yaml
139-
Type: SwitchParameter
158+
Type: String
140159
Parameter Sets: (All)
141160
Aliases:
142161

0 commit comments

Comments
 (0)