Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 307 Bytes

File metadata and controls

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

Get-MgGroupTransitiveMemberAsUser -GroupId $groupId -CountVariable CountVar -Sort "displayName" -Search '"displayName:tier"' -Property "displayName,id"  -ConsistencyLevel eventual