メッセージセンターで通知された背景画像の追加の機能について解説いたします。
メッセージセンター MC212361
2020年5月8日にメッセージセンターで背景画像の追加の機能についての通知がありました。
以下はメッセージセンターのMC212361の内容です。タイトルは「Updated feature: Adding background images and effects in Teams meetings」です。
Tenant administrators will be able to assign a user-level policy to control how users engage with background effects in Teams meetings. For example, you may choose to allow your users to customize their background by uploading their own images.
This message is associated with Microsoft 365 Roadmap IDs 63666 and 63670.
When will this happen?
- We will roll out your ability to manage policy settings from early May to late May
- We will roll out user ability to upload images from mid-May to late May
How this affects your organization
We are introducing the following user-level policy options:
- Offer no filters
- Offer background blur only
- Offer background blur and default-provided images
- All, which includes the ability for users to upload custom images
What you need to do to prepare
If you wish to disable this feature, you can run a cmdlet:
Import-Module SkypeOnlineConnector
$Cred = Get-Credential
$CSSession = New-CsOnlineSession -Credential $Cred
Import-PSSession -Session $CSSession -AllowClobber
Grant-CsTeamsMeetingPolicy -Identity “email address” -PolicyName “BlurOnly”
Current VideoFiltersMode options available are –
‘Bl urAndDefaultBackgrounds’ | ‘BlurOnly’ | ‘AllFilters’ | ‘NoFilters’;
メッセージセンターの通知内容の要点
ロードマップ上の情報
メッセージセンターからリンクされているロードマップの情報は以下の2つです。
おわりに
英語ブログで情報が出ていた背景画像の追加機能の管理面の詳細が発表されました。
管理者としては制限をかけたい気持ちも分かりますが、ここは制限をかけずに広い心で開放しておいて欲しい機能です。
どうしても制限をかけたい場合は、ユーザーに機能が展開される前にポリシーで制限をかけておきましょう。