Skip to content

Commit 9389659

Browse files
Document command to disable external file sharing
Added command to disable file sharing in chats with external users.
1 parent b54afec commit 9389659

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ Accept wildcard characters: False
7878
### -FileSharingInChatswithExternalUsers
7979
8080
Indicates if file sharing in chats with external users is enabled. It is by default enabled, to disable admins can run following command.
81+
```powershell
8182
Set-CsTeamsFilesPolicy -Identity Global -FileSharingInChatswithExternalUsers Disabled
83+
```
8284

8385
```yaml
8486
Type: String

0 commit comments

Comments
 (0)