![]() |
|
Just another Perl shrine | |
PerlMonks |
using ADSI to recurse the group object for all members of a group.by enigmae (Pilgrim) |
on Feb 28, 2002 at 16:16 UTC ( #148262=perlquestion: print w/replies, xml ) | Need Help?? |
enigmae has asked for the wisdom of the Perl Monks concerning the following question:
Greetings,
I am trying to get all the members of a group in Active Directory. Using ADSI, i can get a group object, however i don't know how to retrieve a list of all the members. I know that there is a function in the group object called members, HRESULT Members( IADsMembers** ppMembers); my problem is how do i make a variable of type IADsMembers in PERL. some sample VB code on how to do this was on MSDN, here is what it looks like:
I checked to see if there are any types in the PERL docs, but i couldn't find any. If anyone has done this before or could help me figure it out, it would be greatly appriciated. TIA, Lucas krause
Back to
Seekers of Perl Wisdom
|
|