Share via

Get-MGuser Not Showing EmployeeID

rr-4098 2,191 Reputation points
2025-10-30T20:21:40.85+00:00

In the Azure portal on the properties of a user I can see the employeeID populated. When I run Get-MGUser is does not list the information and most attributes which are populated in the GUI are blank. I have tried to specify the employeeid property, uninstalled reinstall graph etc.. same result. I have read other having the same issue but all the their suggestions have not worked for me.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Answer accepted by question author and recommended by moderator
  1. Andy David - MVP 159.9K Reputation points MVP Volunteer Moderator
    2025-10-30T20:40:21.46+00:00

    You didnt mention how you are querying :)

    This shows it for me:

    Get-MgUser -UserId <UserPrincipalName> -Property EmployeeID | select EmployeeID

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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