File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
6565Required : False
6666Position : Named
67- Default value : Enabled
67+ Default value : Disabled
6868Accept pipeline input : False
6969Accept wildcard characters : False
7070` ` `
You can’t perform that action at this time.
0 commit comments