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?
Powershell AzureAD Get-AzureADUser
Nathan B
21
Reputation points
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 Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Entra | Microsoft Entra ID
A cloud-based identity and access management service for securing user authentication and resource access
Answer accepted by question author
-
Vasil Michev 123.7K Reputation points MVP Volunteer Moderator2021-07-12T14:53:21.527+00:00