Forum Discussion
DylanBrown
Feb 14, 2024Copper Contributor
Setting up set lock screen for all IOS Tablets
I'm relatively new to Intune and have managed to set up all 16 of our tablets on Intune.
Is there a way to set a default lock screen to these devices? I have tried this through the policies but can't find a way to do it.
Any help would be appreciated.
Thanks
- JutManGrahamBrass Contributor
Using All Devices may bite you in the bottom later... May i suggest
1. Create a Dynamic Group in Entrada, mine is call mob_Corp_iPad_Devices
2. Use this query (device.deviceModel -startsWith "iPad")
3. Apply this group to your feature policy
This limits the scope of your deployment to only iPadsIf they are all Apple DEP and company enrolled(device.deviceModel -startsWith "iPad") -and (device.deviceOwnership -eq "Company")Throwing the Company on will prevent personal devices getting the policy.If that does not suit what you need, then use Device Categories and base the dynamic group on that which they will choose when they enroll.- DylanBrownCopper ContributorMorning Justin,
Would you be able to point me in the direction of exactly where to set up this group, very new to this area of Microsoft so not sure where to start.
Thanks- DylanBrownCopper ContributorI managed to find this and set the group up, but when I check the enrolled devices they still show as Non-Applicable on whether the lock screen policy is applied or not.
I changed the Lock Screen policy to enable for the group I have set up and that group says it contains this device.
Any ideas?
- SebastiaanSmitsSteel ContributorHi,
Did you try with the Device Feature Wallpaper section: https://learn.microsoft.com/en-us/mem/intune/configuration/ios-device-features-settings#wallpaper
You device should be Supervised though, so should be enrolled using DEP.
Regards,
Sebastiaan- DylanBrownCopper Contributor
Hi,
I have set up like the below but it doesn't seem to be applying to the enrolled device I've set up?