Skip to content

[AutoPublish] main to live - 07/21 10:34 PDT | 07/21 23:04 IST #12907

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 21, 2025
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