Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 265 Bytes

File metadata and controls

12 lines (7 loc) · 265 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Users

Get-MgBetaUser -Filter "endswith(mail,'a@contoso.com')" -Sort "userPrincipalName" -CountVariable CountVar  -ConsistencyLevel eventual