Query exchange customattribute in an AAD group

Siegmund Bosmans 1 Reputation point
2020-03-12T10:40:51.077+00:00

I need to be able to somehow create a group in AAD that can query customattributes in exchange.
it is for an fully online environment, so I don't have the tenant admin app available to query as appid in extensionproperty,
what do I need to?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,389 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 94,911 Reputation points MVP
    2020-03-12T10:45:03.69+00:00

    You can query those attributes via Graph (https://learn.microsoft.com/en-us/graph/api/resources/onpremisesextensionattributes?view=graph-rest-1.0), or you can run the query in ExO PowerShell, then pipe it to the corresponding AAD cmdlets. Now, if you want to do thinks dynamically, you're out of luck.

    0 comments No comments