Forum Discussion

Hans_from_Copaco's avatar
Hans_from_Copaco
Copper Contributor
Sep 17, 2020
Solved

Assign configuration profile to User or Device group

We want to set backgrounds for AzureAD joined devices. Should they be assigned to User groups or Device groups.   We want to activate this setting before users log in, also for first time logon
  • burningice's avatar
    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. 

Resources