how do i create new OU in Active Directory using DirectoryServices.AccountManagement in .net 3.5 or 4

admin

Administrator
Staff member
to create & find users & groups in Active Directory i've been using this code:
<a href="http://anyrest.wordpress.com/2010/06/28/active-directory-c/" rel="noreferrer">http://anyrest.wordpress.com/2010/06/28/active-directory-c/</a>
that is using the new System.DirectoryServices.AccountManagement namespace that was introduced in .net 3.5...

i'd like to add a method that creates a new OU (if the OU doesnt exist already) using the newest technology with .net 3.5 or 4.0 (and not using the old System.DirectoryServices)

any idea how to do that ?