Active Directory Related Question.

  • Thread starter Thread starter Arvind P Rangan
  • Start date Start date
A

Arvind P Rangan

Hi,

I like to know if there is any way we can use SQL Query syntax for
getting values out of ADS.

If there is any method pls let me know with example.

Thanks
Regards
ARvind Rangan
 
using ADO? I don't know.

You could try using WMI with WSH, try asking here:
microsoft.public.windows.wsh
 
I like to know if there is any way we can use SQL Query syntax for
getting values out of ADS.
If there is any method pls let me know with example.

Yes, you can use the ADO provider for AD to get some values - read up
in MSDN on how to do it in detail:

http://msdn.microsoft.com/library/en-us/netdir/adsi/sql_dialect.asp

Marc

================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
 
Back
Top