Powershell AzureAD Get-AzureADUser

Nathan B 21 Reputation points
2021-07-12T14:33:21.603+00:00

Im trying to use Get-AzureADUser to get a list of users that dont and do have alternate email set.

The API endpoint for this is

https://graph.microsoft.com/v1.0/users?$count=true&$filter=otherMails/$count eq 0

How do I do this in Powershell?

Thanks

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

Accepted answer
  1. Vasil Michev 100.2K Reputation points MVP
    2021-07-12T14:53:21.527+00:00

    This query only works with ConsistencyLevel=eventual, and I'm not aware of any way to pass this via the Azure AD module. Use client-side filtering instead?


0 additional answers

Sort by: Most helpful