Forum Discussion
Deploying custom meeting backgrounds to all users
- Sep 25, 2020So for those following at home. I couldn't get the GPO copy option to work properly to get the files into the destination folder, so we've gone with packaging up the backgrounds and deploying via Active Setup
Jamie Hosley I just received a request from our org to push a set of custom backgrounds to our users. Looking forward to you sharing the details, as I'm not quite sure where to start.
we created an msi package and install.cmd with the image files that placed them in "C:\ProgramData\OurTeamsFolder\Software\TeamsBackgrounds", then Active Setup was used to copy the files from "C:\ProgramData\OurTeamsFolder\Software\TeamsBackgrounds" to "%appdata%\Microsoft\Teams\Backgrounds\Uploads\" then it performed a reboot.
- Remy_KusterFeb 07, 2021Copper Contributor
JamieHosley
Nice solution, but if your custom backgrounds that you want to add change a lot it would be nice to not having to create new msi packages. I created a methode that allows you to just add custom background images to a folder on a share and then it is added to all the users you want.
https://www.iamsysadmin.eu/powershell/set-custom-teams-backgrounds-with-powershell