Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 315 Bytes

File metadata and controls

12 lines (6 loc) · 315 Bytes

Example 2: Code snippet

Import-Module Microsoft.Graph.Groups

Get-MgGroupMemberOfAsGroup -GroupId $groupId -CountVariable CountVar -Sort "displayName" -Filter "startswith(displayName, 'A')"  -ConsistencyLevel eventual 

This example shows how to use the Get-MgGroupMemberOfAsGroup Cmdlet.