Skip to content

Commit 807098e

Browse files
Update New-CsTeamsFilesPolicy.md
1 parent d89e5e1 commit 807098e

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

teams/teams-ps/teams/New-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(eg. Box).
1717

1818
```powershell
1919
New-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
@@ -114,6 +114,22 @@ Accept pipeline input: False
114114
Accept wildcard characters: False
115115
```
116116
117+
### -AutoShareFilesInExternalChats
118+
119+
Indicates if file scope will be changed automatically when sharing files and loops in chats with external or guest users.
120+
121+
```yaml
122+
Type: String
123+
Parameter Sets: (All)
124+
Aliases:
125+
126+
Required: False
127+
Position: Named
128+
Default value: None
129+
Accept pipeline input: False
130+
Accept wildcard characters: False
131+
```
132+
117133
### -SPChannelFilesTab
118134
119135
Indicates whether Iframe channel files tab is enabled, if not, integrated channel files tab will be enabled.

0 commit comments

Comments
 (0)