Skip to content

Commit b40627e

Browse files
Remove AutoShareFilesInExternalChats parameter
1 parent 9389659 commit b40627e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teams/teams-ps/MicrosoftTeams/Set-CsTeamsFilesPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The policies also specify third-party app ID to allow file storage (e.g., Box).
1818

1919
```powershell
2020
Set-CsTeamsFilesPolicy [-NativeFileEntryPoints <String>] [-SPChannelFilesTab <String>]
21-
[-DefaultFileUploadAppId <String>] [-FileSharingInChatswithExternalUsers <String>] [-AutoShareFilesInExternalChats <String>]
21+
[-DefaultFileUploadAppId <String>] [-FileSharingInChatswithExternalUsers <String>]
2222
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2323
```
2424

0 commit comments

Comments
 (0)