Teams – Deploy Team Background via Active Directory GPO

INTRODUCTION

At the time of writing Microsoft Teams has begun to roll out the much anticipated Background Effects feature.

As per https://office365itpros.com/2020/04/06/teams-meeting-background-image/ the following is required

  • Your workstation supports background blur.
  • Your Teams client supports the feature. Use the Check for Updates function in Teams Settings to grab the latest version. Version 1.3.00.8663 or above should work.
  • The update has been deployed to your tenant.

This article describes how to deploy custom Microsoft Teams backgrounds to users by leveraging Active Directory Group Policy File Preferences

Copy Background to Network Share

First step is to make background available on a network share. The domain DFS is a good candidate for this, make sure to copy the file to the local path on a domain controller and not via the UNC path.
Background image file copied to network share

Creating The Group Policy

1) From the Group Policy Management console create a new GPO and name it
Creating new GPO in Group Policy Management console
2) After creating the GPO, edit it
Editing the GPO in Group Policy Management console
3) Expand User Configuration/Preferences/Windows Settings/Files
GPO User Configuration Preferences Files path
4) From the Action menu or the Files node shell menu, add new File
Adding new File preference item in GPO
5) In the Source file(s) line, enter the UNC path to the file in the Copy Background to Network Share section. As the Destination File, enter %AppDataDir%\Microsoft\Teams\Backgrounds\CorporateBackground.jpeg where CorporateBackground.jpeg is the desired destination filename.
GPO File preference source and destination paths
6) Press OK, close the GPO. The GPO can now be linked to the desired location.

The Results

After the GPO has applied, when users open the Background settings for Microsoft Teams, the custom background will be available as an option

Custom Teams background visible in Background settings

CONCLUSION

I hope you found this tutorial useful. You are encouraged to ask questions, report any bugs or make any other comments about it below.

Leave a Reply