Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 241 Bytes

File metadata and controls

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

Get-MgBetaUser -CountVariable CountVar -Filter "not isof('microsoft.graph.agentUser')" -Property "displayName"