File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ The policies also specify third party app id to allow file storage(eg. Box).
17
17
18
18
``` powershell
19
19
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>]
22
22
```
23
23
24
24
## DESCRIPTION
@@ -114,6 +114,22 @@ Accept pipeline input: False
114
114
Accept wildcard characters : False
115
115
` ` `
116
116
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
+
117
133
### -SPChannelFilesTab
118
134
119
135
Indicates whether Iframe channel files tab is enabled, if not, integrated channel files tab will be enabled.
You can’t perform that action at this time.
0 commit comments