Mar 10 2022 06:59 AM
There are users in our organization who have multiple Windows 10 laptops, all corporate owned. When I create a group and add the user to this group, and then assign the group to an app, the app is installed on all devices of that user. Can I somehow control the devices on which the app will be installed?
I don't want to use Device Groups, because this introduces too much manual overhead, when a user changes his device.
Mar 12 2022 09:11 AM
Mar 14 2022 08:56 AM - edited Mar 14 2022 09:11 AM
SolutionAll your questions are relevant. I am just wondering what kind of filtering is possible in Intune device management.
I stumbled upon device categories, which seems to solve my problem: https://docs.microsoft.com/en-us/mem/intune/enrollment/device-group-mapping. By creating a device category, e.g. "Primary Device", a Dynamic Device group can be created which filters all devices on the property device.deviceCategory -eq "Primary Device".
Mar 14 2022 08:59 AM
Mar 14 2022 08:56 AM - edited Mar 14 2022 09:11 AM
SolutionAll your questions are relevant. I am just wondering what kind of filtering is possible in Intune device management.
I stumbled upon device categories, which seems to solve my problem: https://docs.microsoft.com/en-us/mem/intune/enrollment/device-group-mapping. By creating a device category, e.g. "Primary Device", a Dynamic Device group can be created which filters all devices on the property device.deviceCategory -eq "Primary Device".