Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Get list of users that are members of some AD group

user10202503Oct 23 2021 — edited Oct 24 2021

Hello,
I would like to get list of all users that are members of some AD group. I have the solution where I can get AD group name and all details about user based on his username and password, but this solution doesn't satisfy my needs in this situation.

Is there any way to retrieve list of users that exist for example in AD group 'XYZ' (for example, as I generaly would get with NET GROUP group_name \domain using DOS statement) and store it to database table (some procedure or function that would take ONLY AD_group_name as input parameter and return all members of that AD group and store it to DB table)?

Thanks!

Comments
Post Details
Added on Oct 23 2021
3 comments
1,247 views