http://www.perlmonks.org?node_id=58854

pwhysall has asked for the wisdom of the Perl Monks concerning the following question:

I'm currently exploring Win32::NetAdmin, and have a seemingly simple requirement; list out the groups on a domain, and the users that belong to those groups. I can then do things to those users. (Evil BOFH cackle)

However, it appears that there is no simple function that returns a list of groups on the domain.

Is there a solution? Or do I have to start grabbing the output of external programs?