Hey all, I'm pushing out PowerShell scripts through Intune to set users wallpaper and lockscreen images (can't use the device config in Intune as these are Pro licensed workstations).
These work just fine when I run them locally but only if I run them as admin and then they don't work at all through Intune, I've tried using the options to run the scripts in System context and with the user's credentials but neither will make the change (it's creating registry items specifically that won't run in the script as non-admin).
Is there any way I can force these to run as admin on the user's machine? Or another way of doing this that I'm missing perhaps?