Visual Studio 2005 and ActiveDs

G

Guest

Hi... I'm using .NET 2.0 and I have a requirement to do some ActiveDirectory
modifications; specifically revolving around group membership...

In .NET 1.1 I new I could use for this the COM object ActiveDs to accomplish
this but, what I wanted to find out is if there is a native .NET component
that can add/remove members to groups...

Any assistance would be great...

Thanks,
 
K

Kevin Spencer

Interop is something to be avoided if at all possible, especially COM
Interop. As Glinda the good witch of the north once said to Dorothy, "You've
always had the means to do this." Have you looked at
System.DirectoryServices?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
If you push something hard enough,
it will fall over.
- Fudd's First Law of Opposition
 

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