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\Wallpaper
So 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.
I followed the script alternative described by https://msendpointmgr.com/2021/02/02/manage-desktop-wallpaper-with-microsoft-intune
And Iwould like some assistance in regards to my client’s failure to take ownership message prompted. I have pushed this script, but I am getting log errors.
I think it is important to notice this Win10 Pro (19042.1052) client’s are all Azure Active Directory Joined and managed through the Microsoft Endpoint Manager and with Windows Defender turned on.
There are no local accounts in the devices. I noticed that I needed to change the Administrator and User security groups to match the local language (Spanish).
I do not know if there are other language groups to be changed in the script, or If I am missing out other reasons that could be preventing the for the taking ownership command to execute correctly.
Thanks!