Get NT User Info (FullName, Groups) using ADSI
Example code showing how one may extract NT Domain User information using ADSI (Active Directory Service Interfaces).This code simply extracts a user’s FullName and lists the Groups to which he/she belongs, given his username.This code will work across domains, provided the correct authentication values (username, password) are inserted. Original Author: Shannon Norrell Assumptions Uses ADSI (Active Directory Services) 2.0… Read More »