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!