Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows NT Users and Groups
Message
 
To
25/08/2000 15:50:30
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00409329
Message ID:
00424930
Views:
22
>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

What is ADSI and how can I make sure it is installed on the PC? Where can I get it if it isn't?

It works OK on my PC, I'm just concerned about installing my application on other PC's.

Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform