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).
1717
1818``` powershell
1919New-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
114114Accept 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
119135Indicates 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