Aug 18 2020 01:27 AM
I need to pull a total hierarchy of a user in Azure groups through power shell, already we are pulling in some info, but need to pull hierarchy through power shell script. Please help us to pull the data.
Thanks in advance
Sai
Aug 18 2020 03:14 AM
Use Get-AzADGroup and Get-AzADGroupMember from the Az.Resources module.
Aug 18 2020 05:08 AM