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
 
Back
Top