Forum Discussion
JamieHosley
Sep 23, 2020Brass Contributor
Deploying custom meeting backgrounds to all users
We're looking to deploy a set of custom meetings backgrounds to all of our users, what's the bets method for that? Looking at using the file copy option via a GPO but wanted to see if there might be ...
- 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
JamieHosley
Dec 22, 2020Brass Contributor
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_Kuster
Feb 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