Intune - Limit role to add/remove devices to groups

Yop 81 Reputation points
2021-03-05T11:51:51.023+00:00

Hi everyone,

I am trying to figure out how to limit the permissions in Intune just to add and remove devices to groups.

Any groups would be fine, a specific subset of groups would be better.

For the moment I tried:

  • Azure roles:
    Cloud Device Administrator, without luck. It does not give permissions in Intune (as far as I have seen).
    Groups Administrator, seems to provide too much rights.
  • Intune roles:
    HelpDesk Operator, does not seems to work for the job.

Would there be a way to achieve this even with PowerShell or limiting the perms of the Groups Administrator role?

Any help appreciated,

Thanks a lot

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
808 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,053 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Crystal-MSFT 48,591 Reputation points Microsoft Vendor
    2021-03-08T02:42:21.74+00:00

    @Yop , From your description, I know we want the user can only add or remove members from group. If there's any misunderstanding, please let us know.

    Based on my research, in Intune, I don't find such custom role. In Azure AD, I find the action "microsoft.directory/groups/members/update" seems to help update the members of groups. There are some built-in roles in Azure AD that contains this action. We can choose one and assign it to the specific users to accomplish our needs.

    Here is an article for the reference:
    https://video2.skills-academy.com/en-us/azure/active-directory/roles/permissions-reference#user-administrator

    Hope it can help.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. Pa_D 1,071 Reputation points
    2021-03-05T20:18:26.29+00:00

    Use custom role in Intune

    Intune > Tenant Admin > Roles > All Roles > Create > scroll down "Manage devices" (See attached screenshot)

    74946-image.png


  3. Rahul Jindal [MVP] 10,041 Reputation points MVP
    2021-03-07T10:52:23.473+00:00

    Managing membership of cloud groups will fall outside the remit of RBA in Intune. I don’t think you can limit restrictions on a particular group for managing membership in Azure at the moment.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.