Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
2,051 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Get-MgUser -UserId "<UPN>" -ExpandProperty "Manager" should return Manager ID as well. however, currently this is not happening.
How do we get this?
Dont you want to use this instead?
That will give you the guid of the manager then you can use that to get the user with get-mguser