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 @@ -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
9090Required : False
9191Position : Named
92- Default value : Enabled
92+ Default value : Disabled
9393Accept pipeline input : False
9494Accept wildcard characters : False
9595` ` `
You can’t perform that action at this time.
0 commit comments