TEAMS 聊天室關閉檔案分享
「允許雲端檔案共用」(Allow cloud file sharing) 選項 在 Microsoft Teams 管理中心 並不會直接顯示,而是透過 檔案共用設定 (File sharing settings) 與 SharePoint/OneDrive 整合來控制。
如果你希望禁止使用者在 Teams 會議聊天中透過 OneDrive/SharePoint 上傳檔案,可以以下powershell方式來實現。
Install-Module -Name MicrosoftTeams -Force -AllowClobber Connect-MicrosoftTeams Get-CsTeamsFilesPolicy Set-CsTeamsFilesPolicy -Identity Global -NativeFileEntryPoints Disabled
See also :
https://learn.microsoft.com/zh-tw/microsoftteams/turn-off-teams-native-file-upload-policy
留言