We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf45851 commit b54afecCopy full SHA for b54afec
teams/teams-ps/MicrosoftTeams/New-CsTeamsFilesPolicy.md
@@ -52,7 +52,10 @@ Accept wildcard characters: False
52
53
### -FileSharingInChatswithExternalUsers
54
55
-Indicates if file sharing in chats with external users is enabled.
+Indicates if file sharing in chats with external users is enabled. It is by default enabled, to disable admins can run following command.
56
+```powershell
57
+Set-CsTeamsFilesPolicy -Identity Global -FileSharingInChatswithExternalUsers Disabled
58
+```
59
60
```yaml
61
Type: String
0 commit comments