LDAP query in .NET 2003

M

MDS

Hey,
First of all Best Wishes for 2004

I'm a system admin and I want to write a framework for our Helpdesk to do
some daily stuff like creating mailboxes (not user related), (des)enabling
SIP, putting users in groups, you all know the stuff.

I'm quite new to .NET2003 and I found a tool ADSE.MSI on the MS webstit,
only this is for .NET2000 so I'm unable to install...

My question is how can I query my AD (LDAP) from whitin .NET2003. I used to
do this with vbs....

Any lead would be GREAT

Marc
 
P

Peter Huang

Hi,

I think you may take a look at the links below.

System.DirectoryServices Namespace
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfsystemdirectoryservices.asp
Searching Active Directory Hierarchies
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vbtsksearchingactivedirectoryhierarchy.asp

If you have any concern on this issue, please post here.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
E

Eric M

If you are looking for a fully managed .NET LDAP component, take a look at
IP*Works! .NET Edition - http://www.nsoftware.com. The LDAP component will work
fine with AD.

-Eric
www.nsoftware.com

Hey,
First of all Best Wishes for 2004

I'm a system admin and I want to write a framework for our Helpdesk to do
some daily stuff like creating mailboxes (not user related), (des)enabling
SIP, putting users in groups, you all know the stuff.

I'm quite new to .NET2003 and I found a tool ADSE.MSI on the MS webstit,
only this is for .NET2000 so I'm unable to install...

My
question is how can I query my AD (LDAP) from whitin .NET2003. I used to
do this with vbs....

Any lead would be GREAT

Marc

-
 
M

MDS

Thx Peter,

I found it with your help....it's not easy (vbs is easier), but it work it
out

Marc
 

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

Top