| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Users
Get-MgUser -Filter "endswith(mail,'a@contoso.com')" -Sort "userPrincipalName" -CountVariable CountVar -ConsistencyLevel eventual
| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Users
Get-MgUser -Filter "endswith(mail,'a@contoso.com')" -Sort "userPrincipalName" -CountVariable CountVar -ConsistencyLevel eventual