C#, access and active directory

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The Problem:
We have over 800 application groups which start off as cam_app_xxxx, we also
have over 2,000 users. I would like a way to query AD in real time and save
the data to a database in access. I know how to get one group at a time, but
how can I get all the group and its memebers at one time and sometimes the
groups name changes or get deleted. Can I load this up in access
 
freddy said:
The Problem:
We have over 800 application groups which start off as cam_app_xxxx, we
also
have over 2,000 users. I would like a way to query AD in real time and
save
the data to a database in access. I know how to get one group at a time,
but
how can I get all the group and its memebers at one time and sometimes the
groups name changes or get deleted. Can I load this up in access

Sure, all you have to do is check the System.Directory namespace and the
ADSI docs in MSDN, both are related and contain samples for both VB and
CSharp.

Willy.
 
Back
Top