diff --git a/teams/teams-ps/teams/New-CsTeamsFilesPolicy.md b/teams/teams-ps/teams/New-CsTeamsFilesPolicy.md index dca829ac76..96097f3869 100644 --- a/teams/teams-ps/teams/New-CsTeamsFilesPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsFilesPolicy.md @@ -17,8 +17,8 @@ The policies also specify third party app id to allow file storage(eg. Box). ```powershell New-CsTeamsFilesPolicy [-NativeFileEntryPoints ] [-SPChannelFilesTab ] - [-DefaultFileUploadAppId ] [-FileSharingInChatswithExternalUsers ] [-Identity] - [-Force] [-WhatIf] [-Confirm] [] + [-DefaultFileUploadAppId ] [-FileSharingInChatswithExternalUsers ] [-AutoShareFilesInExternalChats ] + [-Identity] [-Force] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -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. diff --git a/teams/teams-ps/teams/Set-CsTeamsFilesPolicy.md b/teams/teams-ps/teams/Set-CsTeamsFilesPolicy.md index 1a28cf4317..6f9a8796be 100644 --- a/teams/teams-ps/teams/Set-CsTeamsFilesPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsFilesPolicy.md @@ -17,8 +17,8 @@ The policies also specify third-party app ID to allow file storage (e.g., Box). ```powershell Set-CsTeamsFilesPolicy [-NativeFileEntryPoints ] [-SPChannelFilesTab ] - [-DefaultFileUploadAppId ] [-FileSharingInChatswithExternalUsers ] [-Identity] - [-Force] [-WhatIf] [-Confirm] [] + [-DefaultFileUploadAppId ] [-FileSharingInChatswithExternalUsers ] [-AutoShareFilesInExternalChats ] + [-Identity] [-Force] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -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.