List all registered users in a specific Azure AD device group

Abdurrahman Ulu 1 Reputation point
2021-07-27T15:21:46.097+00:00

As you know, the Azure AD dashboard is insufficient for a detailed search and we can make deep dive just with Powershell.

I need to see all registered users for a specific device group, and I couldn't find a PS command with this. Can someone help me with this?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,928 questions
{count} votes

2 answers

Sort by: Most helpful
  1. James Hamil 26,881 Reputation points Microsoft Employee
    2021-07-27T20:33:12.377+00:00

    Hi @Abdurrahman Ulu , have you looked into bulk downloading? You can download a csv of all the members and then you can use the data however you want. Please let me know if you have any questions or want another solution!

    If this answer helped you please mark it as "Verified" so other users may reference it.

    Thank you,
    James

    0 comments No comments

  2. Abdurrahman Ulu 1 Reputation point
    2021-07-27T20:47:38.167+00:00

    Thanks for your reply James,

    I guess I need to clarify my question a bit. For all devices in a DEVICE group, I'm looking for information on registered users of each device. With the bulk download, we can only see the object ID and DisplayName, but it does not help us to get the associated user information (UPN) for these devices. So I need to find another way to find registered user information for each device in a certain device group.

    We have big device groups and would like to separate which user devices are joining Azure and which are waiting for joining.


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.