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

留言

這個網誌中的熱門文章

Office 2021 離線安裝封裝與KMS啟動步驟

Ollama使用心得與模型導入教學

ARC下NSMutableDictionary 無法使用retainCount