Link to home
Start Free TrialLog in
Avatar of priehl
priehl

asked on

Easiest way to get all NT groups given an NT user name?

What's the most straight-forward way to implement a method that obtains a collection of NT groups that a user belongs to based on a user login (ie MyDomain\pmanning18) ?

Is there a simple way to do this, preferably without having to make a call to unmanaged code or making any LDAP calls?

The platform this code is targetting is a .NET 2.0 platform (and no, 3.5 is not an option)
ASKER CERTIFIED SOLUTION
Avatar of prashantagarw10
prashantagarw10

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial