Skip to content

Commit 1d5839c

Browse files
Update Set-CsTeamsFilesPolicy.md
1 parent 807098e commit 1d5839c

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

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

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The policies also specify third-party app ID to allow file storage (e.g., Box).
1717

1818
```powershell
1919
Set-CsTeamsFilesPolicy [-NativeFileEntryPoints <String>] [-SPChannelFilesTab <String>]
20-
[-DefaultFileUploadAppId <String>] [-FileSharingInChatswithExternalUsers <String>] [-Identity] <String>
21-
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
20+
[-DefaultFileUploadAppId <String>] [-FileSharingInChatswithExternalUsers <String>] [-AutoShareFilesInExternalChats <String>]
21+
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -151,6 +151,22 @@ Accept pipeline input: False
151151
Accept wildcard characters: False
152152
```
153153
154+
### -AutoShareFilesInExternalChats
155+
156+
Indicates if file scope will be changed automatically when sharing files and loops in chats with external or guest users.
157+
158+
```yaml
159+
Type: String
160+
Parameter Sets: (All)
161+
Aliases:
162+
163+
Required: False
164+
Position: Named
165+
Default value: None
166+
Accept pipeline input: False
167+
Accept wildcard characters: False
168+
```
169+
154170
### -SPChannelFilesTab
155171
156172
Indicates whether Iframe channel files tab is enabled, if not, integrated channel files tab will be enabled.

0 commit comments

Comments
 (0)