preuley30
Jan 20, 2023Brass Contributor
exclude non Wi-Fi enabled devices for Wi-Fi Configuration Profile
Hi everyone
We have a WiFi Configuration Profile in Intune that applies to all company users. Problem is now that the profile tries to apply these WiFi Settings to devices which don't have WiFi capability and Intune throws errors back on these devices. My idea is now to create a group or a script, which checks the device for the presence of a WiFi MAC. When the device has a WiFi MAC, the profile gets applied.
Has anyone an idea about how I can achieve this? Or what are your solutions for this scenario? Thanks for every reply 🙂
- You could create Dynamic Groups in Azure containing certain hardware models. If you have HP, for example, you could create a group containing HP ProBook and Elitebook for Wi-Fi profiles. Rule syntax would be something like "(device.deviceModel -eq “HP ProBook”) "