There is a requirment to enlist all indirect members of a specific Group via the ARS Shell. Unfortunately the following options do not work:
Get-QADuser -LdapFilter "(&(objectClass=user)(memberOf:1.2.840.113556.1.4.1941:=$group))" -Proxy
Get-QADuser -IndirectMemberOf $group -Proxy
Workaround:
Run the following cmdlet via the ARS Shell:
Get-QADGroupMember -Identity $Group -Indirect -Type user
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center