Hi team,
I am looking for script to get members report from Active directory group. I have around 200 group in my list. How i can run this scrip and get report for each ACLs
Following script i used for getting single ACL
Get-QADGroupMember " ACL Name" | Select NTAccountName, Description | Out-File FilePath ( Provide a path here) \ACL Name.csv
Thank you in advance .
Regards,
Jey