Using Active Directory Web Services in .Net application
Posted
by Iain Carlin
on Stack Overflow
See other posts from Stack Overflow
or by Iain Carlin
Published on 2010-06-03T07:06:21Z
Indexed on
2010/06/03
7:14 UTC
Read the original article
Hit count: 681
Hello,
I'm trying to build a .Net application to interrogate Active Directory.
From my research, Windows 2008 R2 has Active Directory Web Services (ADWS) built in.
I can't find any details or examples anywhere on the web which tell me whether I should be able to use ADWS in a .Net application to read/write AD information.
Should I simply be able to add a web reference or is ADWS just for Powershell use.
Cheers,
Iain
© Stack Overflow or respective owner