How to Control Teams Background Effects for Online Meetings

Teams Meeting Policy Setting Controls What Effects are Available to Users

Updated: June 28, 2021

Background blur for Teams meetings has been available since September 2018. Teams background effects, better known as the ability for users to choose blurring or background images to use during Teams meetings (Figure 1) appeared in early April 2019. The availability of background effects created some issues for Office 365 tenants, such as making sure that people select appropriate images. Microsoft didn’t have an answer at the time, so they went with the solution of providing a set of curated images for people to choose from. However, it’s easy to upload custom images and use those images instead.

Teams background effects
Figure 1: Teams background effects

Policy Control for Teams Background Effects

In Office 365 notification MC212361, Microsoft explains how tenant administrators can control Teams background effects on a per-user basis. Two changes are needed. First, a new setting (VideoFiltersMode) can be updated in Teams meeting policies to control which (if any) video effects are available to users. Policies can be updated now in preparation for a future update for the Teams client that will respect the setting. All current Teams clients support video filters.

Updating the VideoFiltersMode Setting

The available values for the VideoFiltersMode setting are:

  • NoFilters: No filters are available.
  • BlurOnly: Background blur is available (but only if certain hardware conditions are met).
  • BlurAndDefaultBackgrounds: Background blur and the set of curated background images selected by Microsoft can be used (essentially, what happens today).
  • AllFilters: All filters are available, and the user can upload custom images. This is the default value for meeting policies.

Some will doubt the need to control how people use background effects and say that they trust people to do the right thing. The default value of AllFilters means that people can continue to use background images without any restriction. Others will welcome the opportunity to exert control. For example, these organizations can set VideoFiltersMode to BlurAndDefaultBackgrounds to allow users to use blur and effects but not be able to upload new images through the GUI. Figure 2 shows what happens when the meeting policy applied to an account only allows background blur to be chosen.

BlurOnly means that only background blur is available
Figure 2: BlurOnly means that only background blur is available

Teams meeting policies are updated through the Teams admin center. In this case, the video filters setting is in the Content sharing section of a meeting policy (Figure 3).

Video filters setting in a meeting policy as shown in the Teams admin center

Teams background effects
Figure 3: Video filters setting in a meeting policy as shown in the Teams admin center

Updating Teams Meeting Policies with PowerShell

You can also update the value for the video filters setting with PowerShell. Like all Teams policies, the PowerShell cmdlets to manipulate meeting policies are available in the Teams PowerShell module. After running the Connect-MicrosoftTeams cmdlet to connect to the Teams endpoint, to list the existing policies and the assigned value for VideoFiltersMode, run the Get-CsTeamsMeetingPolicy cmdlet:

Get-CsTeamsMeetingPolicy | Format-Table Identity, VideoFiltersMode

Identity                           VideoFiltersMode
--------                           ----------------
Global                             AllFilters
Tag:RestrictedFunctionality        NoFilters
Tag:Allow Meeting Recording        AllFilters

To update a policy, run the Set-CsTeamsMeetingPolicy cmdlet:

Set-CsTeamsMeetingPolicy -Identity RestrictedFunctionality -VideoFiltersMode NoFilters

Once the meeting policy is updated, it can be assigned to users as normal through the Teams Admin Center (Figure 4). It can take up to 24 hours before a change made to a policy is picked up and applied by clients.

Updating the meeting policy for a user in the Teams Admin Center
Figure 4: Updating the meeting policy for a user in the Teams Admin Center

Things keep on changing. Stay on top of change by subscribing to the Office 365 for IT Pros eBook and receive monthly updates with new information integrated and outdated content removed.

27 Replies to “How to Control Teams Background Effects for Online Meetings”

  1. Hello Tony,

    At this moment I am not permitted to modify but it will be available during this month.
    Regarding this option BlurAndDefaultBackgrounds, will be the option to set a background for all users and not only the default one?

    Thanks,
    Golan

  2. Put your custom images in C:\users\\appdata\roaming\microsoft\teams\backgrounds\uploads

  3. Thanks for article! Any idea if granular control will be added to lock to default Microsoft and / or a custom set created by a specific organization?

    1. We don’t know what Microsoft will do over time. It’s entirely likely that this is a first-run implementation to help tenants cope with video effects that they will further tweak over time. Vote on Teams User Voice if you want anything specific.

    1. Nope. Check your hardware, check that other people in the tenant can use blurred backgrounds… etc.

  4. Out of all the features they need to be working on this is the worst. Draconian control over employees given to draconian IT managers. Why is microsoft not working on fast deployment of having a better video quality or even allowing the view of more than 4 or 9 participants.

    1. Because experience (especially in the EDU market) with Zoom and Teams shows that some users will abuse the ability to display custom background images with objectionable content, including pornography.

  5. i have been using Microsoft teams, virtual back ground for the past month with no issues….
    then last Friday it stops working,

    So I un-installed and re-installed Microsoft teams desktop app(from links on Microsoft page)
    Now the folder path that used to hold the background images has gone…. Backgrounds Folders gone

    C:\Users\ \AppData\Roaming\Microsoft\Teams\Backgrounds\
    C:\Users\ \AppData\Roaming\Microsoft\Teams\Backgrounds\Uploads\

    no info online to explain how to resolve.

    any advice ?

  6. I still don’t have the option to choose background even though running the latest version.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.