Forum Discussion
DanielMagMat
Jul 23, 2021Copper Contributor
Deploying Desktop wallpaper script in Azure Active Directory-Joined Windows 10 Pro devices
I followed the script alternative described in https://msendpointmgr.com/2021/02/02/manage-desktop-wallpaper-with-microsoft-intune And I would like some assistance in regards to my client’s failure ...
DanielMagMat
Jul 27, 2021Copper Contributor
Hi there Rudy!
Thanks a lot for your input. I understand this script you are sharing should be used instead of the one I am using initially.
Parameters that should change are the value of the wallpaper where it is stored online.
I see that the main difference is that the download storage in the local PC in being done in less restricted folder, right?
Thanks!
Thanks a lot for your input. I understand this script you are sharing should be used instead of the one I am using initially.
Parameters that should change are the value of the wallpaper where it is stored online.
I see that the main difference is that the download storage in the local PC in being done in less restricted folder, right?
Thanks!
Jul 28, 2021
Hi
Hi approach is a little bit different but his script downloads it in the c:\windows\web. You could change that part in the script itself. But then again, my script is way simpler (in my opinion 🙂 ) it just downloads the file and sets the PersonalizationCSP 🙂
Hi approach is a little bit different but his script downloads it in the c:\windows\web. You could change that part in the script itself. But then again, my script is way simpler (in my opinion 🙂 ) it just downloads the file and sets the PersonalizationCSP 🙂
- Daniel-MagMatSep 11, 2021Copper ContributorI am giving a try to this script. I will let you know how it went when I get some results back. Thanks!