0 votes

Is is possible to use Adaxes to get the group membership ("member of" tab) list for a user?

Thanks!

by (520 points)

1 Answer

0 votes
by (216k points)
selected by
Best answer

Update 2018

Starting with Adaxes 2018.1 the Member Of section is by default present on the form for viewing objects. Also, you can use built-in reports to check group membership. By default, the reports are located in container Reports\All Reports\Groups\Membership.

Original

Hello,

If you want the members of a group to be displayed in Adaxes Web Interface when viewing groups, you need to configure the forms used for viewing/editing Group objects. For information on how to accomplish this, see the Customize Forms for User Creation and Editing Tutorial. To add the Members section for groups:

  1. On the 4th step of the Tutorial, select the Group object type.
  2. On the 8th step, select the Group members section type.

Alternatively, you can use the Reports feature of the Web Interface to get all group members. To get members of a specific group, you can run the Group Members report and select the group that you want to get members for.

Finally, you can use PowerShell scripts for this purpose. For example, you can create a Custom Command that uses a PowerShell script to build a list of members of the group, on which it is executed, and send it to a certain email or save it to a file on a certain network share. To create such a Custom Command:

  1. Create a new Custom Command.
  2. On the 2nd step of the Create Custom Command wizard, select the Group object type.
  3. On the 3rd step, add the Run a program or PowerShell script action and paste the necessary script in the Script field.

For information on how to get group members with scripts, see Getting Group Members. For information on how to email reports with scripts, see Example 4: Generating and emailing an AD report in Server-Side Scripting.

0

Thanks very much. I was looking more for a way to do it with scripting and your links at the bottom pointed me in the correct direction. Helpful as always.

Related questions

0 votes
1 answer

Using the powershell module, I know how to create a scheduled task, and also how to bind to a scheduled task that is already known. I also have used code to try creating ... same time as another. These are all one-time tasks and will be removed once executed.

asked Jan 19 by aweight (40 points)
0 votes
1 answer

We are looking for a way to allow AD users to manage group memberships of groups they have been set as Manager for - and would like to know if we can achieve this with Adaxes? We are thinking a easy to use web portal.

asked Apr 17 by Nicolaj Rasmussen (20 points)
0 votes
1 answer

I'm trying to implement the script on https://www.adaxes.com/script-repository/changes-in-group-membership-including-changes-made-by-3rd-party-tools-s289.htm. I added my ... is set to run hourly on Domain Admins, and Exchange Admin "group" objects. Thanks

asked Feb 26 by stevehalvorson (110 points)
0 votes
1 answer

We have several Office 365 groups where the someone is an Owner but not a Member, and we'd like to give them the ability through the web interface to give them the ability ... option in the web interface to allow them to add or remove users via a custom task?

asked Nov 1, 2023 by PaulO (20 points)
0 votes
1 answer

Is it possible using PowerShell to copy group memberships from an already existing user without copying 2 specific groups named for example test and test 1 ? We are currently ... groups are not included. I can share the PowerShell script if needed. KR, Cas

asked Oct 30, 2023 by Cas (150 points)
3,374 questions
3,073 answers
7,817 comments
545,382 users