Microsoft Secure Tech Accelerator
Apr 03 2024, 07:00 AM - 11:00 AM (PDT)
Microsoft Tech Community

Maximum number of devices per user

Copper Contributor

Hi

 

Let's say I have setup following settings.

 

Azure AD - Users and groups - Device settings
Maximum number of devices per user: 5

 

Azure Intune - Device enrollment restrictions - Allusers - Device limit

Specify the maximum number of devices a user can enroll: 1

 

Can I increase the maximum number for a specific user or security group?

In the settings options there is a value called "assigned to = All users" under Device enrollment restrictions. But how can I change the assignment something else, or even better add multiple security groups?

 

/Fredrik

 

2 Replies
Hi,
Try to go on old azure portal (https://manage.windowsazure.com)
select Active directory
select your domain
select configure
Find 'Maximum number of devices per user'

No it has the same values as the new Azure portal.
I would prefer to see that there was a powerhell solution for this.

Example
Set-AzureADUser -Identity Fredrik -DeviceLimit 2
or
Set-IntuneDevice -Group "Grant-high-device-limit" -DeviceLimit 2