Retrieving user attributes from Active Directory
I am working on a project where all stuffs including retrieving user attributes from Active Directory ? How to retrieve user attributes like OU name, Department,Designation, Security groups using C# code ?
July 6th, 2015 2:52pm

1. OU is part of DN, so you need to have an advanced flow to split the OU from DN

2. Department is a direct mapping

3. ....

4. Security Groups (or MemberOf) is not as simple.  You need to import both users and groups, and then you can get the membership.

Free Windows Admin Tool Kit Click here and download it now
July 6th, 2015 3:05pm

Thanks Nosh for your reply.I have another doubt i.e, How can I bind these attributes to my dropdownlist?
July 6th, 2015 7:22pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics