Group & Email Membership Reporting?

I need to figure out a way to run a report of all of our groups, and who is on them (both internally and externally [outside email addresses]). Is this natively built into Nethserver or is there some kind of tool I can use to gather and export this information rather than having to do it by hand?

I don’t know, but I think you can do it with a database command at the terminal. Perhaps @support_team has an idea, how this can work.

@cfd10
@m.traeumner

Hi

One “easy” option would be to install stephdl’s PHPMyAdmin Module:

https://wiki.nethserver.org/doku.php?id=phpldapadmin

This can give you all members of a group…

My 2 cents
Andy

Can I export from that or does it just show it in a text format?

@cfd10

Hi

As you don’t say if you’re using AD or LDAP - there are different options…

If using AD as account provider you have several options, if you need an exported file (Whatever format): You can use almost any MS AD reporting tools, or simple command line export (eg IfMember)…

For LDAP there are just as many options for export, both for Windows and Linux…

For both options, PHPLDAPAdmin can help find the right path / query.
You can always print from the browser (eg to TEXTfile or PDF)…
:slight_smile:

My 2 cents
Andy

1 Like