Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions teams/teams-ps/MicrosoftTeams/New-CsTeamsFilesPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ Accept wildcard characters: False

### -FileSharingInChatswithExternalUsers

Indicates if file sharing in chats with external users is enabled. It is by default enabled, to disable admins can run following command.
Indicates if file sharing in chats with external users is enabled. It is by default disabled, to enable admins can run following command.
```powershell
Set-CsTeamsFilesPolicy -Identity Global -FileSharingInChatswithExternalUsers Disabled
Set-CsTeamsFilesPolicy -Identity Global -FileSharingInChatswithExternalUsers Enabled
```

```yaml
Expand All @@ -64,7 +64,7 @@ Aliases:

Required: False
Position: Named
Default value: Enabled
Default value: Disabled
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down
6 changes: 3 additions & 3 deletions teams/teams-ps/MicrosoftTeams/Set-CsTeamsFilesPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ Accept wildcard characters: False

### -FileSharingInChatswithExternalUsers

Indicates if file sharing in chats with external users is enabled. It is by default enabled, to disable admins can run following command.
Indicates if file sharing in chats with external users is enabled. It is by default disabled, to enable admins can run following command.
```powershell
Set-CsTeamsFilesPolicy -Identity Global -FileSharingInChatswithExternalUsers Disabled
Set-CsTeamsFilesPolicy -Identity Global -FileSharingInChatswithExternalUsers Enabled
```

```yaml
Expand All @@ -89,7 +89,7 @@ Aliases:

Required: False
Position: Named
Default value: Enabled
Default value: Disabled
Accept pipeline input: False
Accept wildcard characters: False
```
Expand Down