Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,232 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?
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.