Click here to Skip to main content
15,914,642 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to dump all active directory users of a specific domain into database table but i am not able to get proper method for same. Any suggestions ?
Posted
Updated 2-Sep-13 22:43pm
v2

1 solution

You need to:

1. Get a list of all AD users - Get List of Active Directory Users in C#[^]
2. Insert that list into your DB - Beginners guide to accessing SQL Server through C#[^]

Good luck,
Edo
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900