Visual Studio 2005 and ActiveDs

  • Thread starter Thread starter Guest
  • Start date Start date
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,
 
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
 
Back
Top