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
20 changes: 18 additions & 2 deletions teams/teams-ps/teams/New-CsTeamsFilesPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The policies also specify third party app id to allow file storage(eg. Box).

```powershell
New-CsTeamsFilesPolicy [-NativeFileEntryPoints <String>] [-SPChannelFilesTab <String>]
[-DefaultFileUploadAppId <String>] [-FileSharingInChatswithExternalUsers <String>] [-Identity] <String>
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
[-DefaultFileUploadAppId <String>] [-FileSharingInChatswithExternalUsers <String>] [-AutoShareFilesInExternalChats <String>]
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -114,6 +114,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -AutoShareFilesInExternalChats

Indicates if file scope will be changed automatically when sharing files and loops in chats with external or guest users.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -SPChannelFilesTab

Indicates whether Iframe channel files tab is enabled, if not, integrated channel files tab will be enabled.
Expand Down
20 changes: 18 additions & 2 deletions teams/teams-ps/teams/Set-CsTeamsFilesPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The policies also specify third-party app ID to allow file storage (e.g., Box).

```powershell
Set-CsTeamsFilesPolicy [-NativeFileEntryPoints <String>] [-SPChannelFilesTab <String>]
[-DefaultFileUploadAppId <String>] [-FileSharingInChatswithExternalUsers <String>] [-Identity] <String>
[-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
[-DefaultFileUploadAppId <String>] [-FileSharingInChatswithExternalUsers <String>] [-AutoShareFilesInExternalChats <String>]
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -151,6 +151,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -AutoShareFilesInExternalChats

Indicates if file scope will be changed automatically when sharing files and loops in chats with external or guest users.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -SPChannelFilesTab

Indicates whether Iframe channel files tab is enabled, if not, integrated channel files tab will be enabled.
Expand Down