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

Hi, I would like to add a CSV file during my group creation form and add users from CSV to new created group. However the CSV file is converted into Binary file and I am ... help is really appreciated. Thanks! PS: What I tried so far and error message I got

asked Jul 3, 2023 by wintec01 (1.1k points)
0 votes
1 answer

Hello, Similar to exporting the members of a group to a csv file: https://www.adaxes.com/script-repository/export-group-members-to-csv-file-s184.htm I am looking to ... would like to include the memberof csv report in the email as well. Thanks in advance!

asked Feb 7, 2023 by JonnyBGood (20 points)
0 votes
1 answer

How do I go about getting an export of users that are assigned to a particular dynamic group? The existing export rules don't seem to do the trick. It only pulls info ... the dynamic group, i would like to also report on those that have been licensed for O365

asked Mar 20, 2017 by cubedit (60 points)
0 votes
1 answer

Hi! I'd like to enable my HelpDesk to manage DL membership from the Web GUI ... but so far I have found two issues that I hope can be addressed ... Once the group has been ... but I'd like to find a way to remove those options if possible. Thanks. - Scott W.

asked Jun 5, 2014 by hms.scott (220 points)
3,350 questions
3,051 answers
7,791 comments
545,071 users