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


in reply to using perl to collect NT groups

You probably want to look into using Win32::AdminMisc instead.. check out the GetGroups function.

Hope that helps.

Replies are listed 'Best First'.
Re: Re: using perl to collect NT groups
by semio (Friar) on Jan 21, 2003 at 18:49 UTC
    thanks for the suggestion LD2. This appears to be exactly what I'm looking for...just a small problem. It appears as if the latest adminmisc dll requires perl v5.6 I'm currently using v5.8.0. I'll have to look more into this.