users' database

  • Thread starter Thread starter badzio
  • Start date Start date
B

badzio

Hi
How can I get user's database from Active Directory? I must impor
database in Sybase SQL Anywhere data from Active Directory. Can
export data from Active Directory to some SQL database, XML file o
connect with active directory using ODBC

badzi
 
You can use csvde to export AD data and import it to other database. Maybe
the best way would be to write a vbscript, which uses ADSI to connect to AD
and then copy information you need using ADO to you database. It is fairly
simple piece of code.
To get some sample scripts on how to access AD data using vbscript and ADSI
see
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/scriptcenter/default.asp

--
Regards

Matjaz Ladava, MCSE, MCSA, MCT, MVP
Microsoft MVP - Active Directory
(e-mail address removed), (e-mail address removed)
http://ladava.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top