Forum Discussion
Assign configuration profile to User or Device group
- Sep 17, 2020
Hans_from_Copaco if you are using Windows Enterprise or Education, you can use the appropriate Device Restriction policy within Intune.
If you have Windows 10 Pro, you have to use a Powershell script and assign it to the appropriate group.
There are plenty of blogs about this topic
https://www.thelazyadministrator.com/2019/08/08/set-corporate-lock-screen-wallpaper-with-intune-for-non-windows-10-enterprise-or-windows-10-education-machines/
If you want your users to be able to change the background afterwards, in case of the desktop wallpaper you can play around with the following reg key:HKEY_CURRENT_USER\Control Panel\Desktop\WallpaperSo your Powershell script will download the wallpaper to a specified local path, afterwards you set this path as image destination.
Hans_from_Copaco if you are using Windows Enterprise or Education, you can use the appropriate Device Restriction policy within Intune.
If you have Windows 10 Pro, you have to use a Powershell script and assign it to the appropriate group.
There are plenty of blogs about this topic
https://www.thelazyadministrator.com/2019/08/08/set-corporate-lock-screen-wallpaper-with-intune-for-non-windows-10-enterprise-or-windows-10-education-machines/
If you want your users to be able to change the background afterwards, in case of the desktop wallpaper you can play around with the following reg key:
HKEY_CURRENT_USER\Control Panel\Desktop\Wallpaper
So your Powershell script will download the wallpaper to a specified local path, afterwards you set this path as image destination.