Skip to content

Commit f426e4b

Browse files
Merge pull request #13246 from mayurkl100/patch-10
Update default value for file sharing in chats
2 parents 457da38 + 4d1c11f commit f426e4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Accept wildcard characters: False
7777
7878
### -FileSharingInChatswithExternalUsers
7979
80-
Indicates if file sharing in chats with external users is enabled. It is by default enabled, to disable admins can run following command.
80+
Indicates if file sharing in chats with external users is enabled. It is by default disabled, to enable admins can run following command.
8181
```powershell
82-
Set-CsTeamsFilesPolicy -Identity Global -FileSharingInChatswithExternalUsers Disabled
82+
Set-CsTeamsFilesPolicy -Identity Global -FileSharingInChatswithExternalUsers Enabled
8383
```
8484

8585
```yaml
@@ -89,7 +89,7 @@ Aliases:
8989

9090
Required: False
9191
Position: Named
92-
Default value: Enabled
92+
Default value: Disabled
9393
Accept pipeline input: False
9494
Accept wildcard characters: False
9595
```

0 commit comments

Comments
 (0)