vote up 1 vote down star

Using the .net 3.5 framework and C# I'm trying to add a new user to AD from C# and can't find any examples. I see that the PrincipalCollection object has an overloaded 'add' method but can't seem to figure out how it works. Can anyone help?

How create a new user object, add it into AD.

Secondly, the user that will be adding in new people may not actually have the security to do this. Is there a way that I can impersonate another user account that will have permissions and add the account that way?

flag

75% accept rate

2 Answers

vote up 3 vote down check

There's a thorough example on MSDN

link|flag
I can search for 3h and not find something, finally post it here and get the correct answer in 20min... Thanks. – dilbert789 May 26 at 18:52
vote up 1 vote down

You might also want to check out this excellent article Managing Directory Security Principals in the .NET 3.5 Framework by AD MVP's Ethan Wilanski and Joe Kaplan in MSDN Magazine - if you can use .NET 3.5. Highly recommended - excellent read.

Marc

link|flag
Nice article - I'll have to bookmark that one. – Harper Shelby May 27 at 17:48

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.