Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 280 Bytes

File metadata and controls

12 lines (7 loc) · 280 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Identity.DirectoryManagement

Get-MgDevice -Filter "startswith(displayName, 'a')" -CountVariable CountVar -Top 1 -Sort "displayName"  -ConsistencyLevel eventual