Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows NT Users and Groups
Message
From
25/08/2000 15:50:30
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00409329
Message ID:
00409411
Views:
24
>Is there a Windows API function that I can use to determine what Groups a User is a member of?
>
>I'm talking about the Users and Groups that are in the Windows NT User Manager.

This is easy if ADSI is installed on the machine:

oUser = GETOBJECT("WinNT://SOMEDOMAIN/someusername,User")
FOR EACH oItem IN oUser.Groups
?oItem.Name
ENDFOR
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform