File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree 2 files changed +6
-6
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` ` `
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