-3

can anyone help me get a csv export with all the Azure AD groups and their dynamic membership rules? being of course "Security" type, dynamic membership type

user15454588
  • 1
  • 1
  • 2

1 Answers1

2

You can use:

Get-AzureADMSGroup -Filter "groupTypes/any(c:c eq 'DynamicMembership')" -All:$true | Select-Object Displayname,MembershipRule