Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 394 Bytes

File metadata and controls

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

Get-MgGroup -Filter "mailEnabled eq false and securityEnabled eq true and NOT(groupTypes/any(s:s eq 'Unified')) and membershipRuleProcessingState eq 'On'" -CountVariable CountVar -Property "id,membershipRule,membershipRuleProcessingState"  -ConsistencyLevel eventual