Skip to content

Commit 422ac4d

Browse files
authored
Update default value for file sharing in chats
1 parent 7265f42 commit 422ac4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Accept wildcard characters: False
5252
5353
### -FileSharingInChatswithExternalUsers
5454
55-
Indicates if file sharing in chats with external users is enabled. It is by default enabled, to disable admins can run following command.
55+
Indicates if file sharing in chats with external users is enabled. It is by default disabled, to enable admins can run following command.
5656
```powershell
57-
Set-CsTeamsFilesPolicy -Identity Global -FileSharingInChatswithExternalUsers Disabled
57+
Set-CsTeamsFilesPolicy -Identity Global -FileSharingInChatswithExternalUsers Enabled
5858
```
5959

6060
```yaml
@@ -64,7 +64,7 @@ Aliases:
6464

6565
Required: False
6666
Position: Named
67-
Default value: Enabled
67+
Default value: Disabled
6868
Accept pipeline input: False
6969
Accept wildcard characters: False
7070
```

0 commit comments

Comments
 (0)