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
JamieHosley hey can you please explain how did you do that?
I am trying to find a way to complete the exact same task but no luck
- Remy_KusterFeb 07, 2021Copper Contributor
https://www.iamsysadmin.eu/powershell/set-custom-teams-backgrounds-with-powershell
- Jamie HosleyDec 18, 2020Brass Contributor
areebasyed sure, I'll get the details from our packager and then post them here.
- cmc8290Dec 22, 2020Copper Contributor
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.
- JamieHosleyDec 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.
- ChristianBergstromDec 15, 2020Silver ContributorHi, you mean Active setup? For the record this can be achieved using several approaches. For ex. my org created a package and pushed them out with Endpoint Configuration Manager.