enoch has asked for the wisdom of the Perl Monks concerning the following question:
But, I do not want to go scouring the PDC for user's in each singular group. I want a way to say:if(Win32::AdminMisc::UserGetMiscAttributes('DOMAIN', "user", \%Hash)){ print "The user is in the primary group with a RID $Hash{USER_PRIM +ARY_GROUP_ID}\n"; }
Though, I may be asking too much. Are there any Win32 guru's out there who have found a solution to this query.$groupRID = getRID($groupName); print "$groupName has the RID $groupRID.\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: Acquiring NT Group RID's
by tye (Sage) on Mar 21, 2001 at 09:57 UTC | |
by enoch (Chaplain) on Mar 21, 2001 at 21:44 UTC | |
|
Re: Acquiring NT Group RID's
by LD2 (Curate) on Mar 21, 2001 at 09:04 UTC | |
by enoch (Chaplain) on Mar 21, 2001 at 09:12 UTC |