reading the active directory?

S

Sandro

Does anyone know where I can find sample VB code that can retrieve
data from the Active Directory? I need the Alias, Office and Phone fields.
I'm not sure where to start and I'm not even sure whether you can accomplish
this using Microsoft Access. Any help is most appreciated.
 
D

david epsom dot com dot au

Using ADO, you can use Provider=ADsDSOObject.

Are you sure that it is Active Directory you wish
to look at? Outlook/Exchange don't store Public Folder
information in Active Directory.

(david)
 
Top