Skip to content

Commit bec715a

Browse files
Merge pull request #12907 from MicrosoftDocs/main
[AutoPublish] main to live - 07/21 10:34 PDT | 07/21 23:04 IST
2 parents 3365108 + da293e9 commit bec715a

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
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.

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)