Skip to content

Commit b4bacd7

Browse files
Update New-CsTeamsFilesPolicy.md parameters
Removed AutoShareFilesInExternalChats parameter details and updated DefaultFileUploadAppId default value to Enabled.
1 parent c77babe commit b4bacd7

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

teams/teams-ps/MicrosoftTeams/New-CsTeamsFilesPolicy.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,6 @@ The command shown in Example 1 creates a per-user teams files policy CustomTeams
3535

3636
## PARAMETERS
3737

38-
### -AutoShareFilesInExternalChats
39-
40-
Indicates if file scope will be changed automatically when sharing files and loops in chats with external or guest users.
41-
42-
```yaml
43-
Type: String
44-
Parameter Sets: (All)
45-
Aliases:
46-
47-
Required: False
48-
Position: Named
49-
Default value: None
50-
Accept pipeline input: False
51-
Accept wildcard characters: False
52-
```
53-
5438
### -DefaultFileUploadAppId
5539
This can be used by the 3p apps to configure their app, so when the files will be dragged and dropped in compose, it will get uploaded in that 3P app.
5640

@@ -77,7 +61,7 @@ Aliases:
7761

7862
Required: False
7963
Position: Named
80-
Default value: None
64+
Default value: Enabled
8165
Accept pipeline input: False
8266
Accept wildcard characters: False
8367
```

0 commit comments

Comments
 (0)